From e2b928be2422447b619eeb4fa655bc0fac13e947 Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Thu, 16 Jan 2014 14:54:05 -0800 Subject: qcacld: Fix logging issue in sme_CcxSendBeaconReqScanResults() Recently the CCX UPLOAD feature was enabled which exposed a mismatch between format and argument in the invocation of a logging API, so update the format to add a specifier for the extra argument. Change-Id: I9f90aec656b05c1027303adb8fb3f985e521aefe CRs-fixed: 601443 --- CORE/SME/src/rrm/sme_rrm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3