diff options
| -rw-r--r-- | CORE/SME/src/rrm/sme_rrm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SME/src/rrm/sme_rrm.c b/CORE/SME/src/rrm/sme_rrm.c index c3af20dbbbcb..9d8c2024de68 100644 --- a/CORE/SME/src/rrm/sme_rrm.c +++ b/CORE/SME/src/rrm/sme_rrm.c @@ -425,7 +425,7 @@ static eHalStatus sme_CcxSendBeaconReqScanResults(tpAniSirGlobal pMac, pBcnReport->flag = (measurementDone << 1)|((pCurResult)?true:false); smsLog(pMac, LOG1, "SME Sending BcnRep to HDD numBss(%d)" - " msgCounter(%d) bssCounter(%d)", + " msgCounter(%d) bssCounter(%d) flag(%d)", pBcnReport->numBss, msgCounter, bssCounter, pBcnReport->flag); roamInfo.pCcxBcnReportRsp = pBcnReport; |
