summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@qca.qualcomm.com>2013-10-30 12:21:17 -0700
committerPrakash Dhavali <pdhavali@codeaurora.org>2014-01-18 02:43:12 -0800
commit5496edd537c74e02a255b2f51ca96bc3482f625a (patch)
tree189969717ca61db6676b5841c0a5831410d8ebe1
parent01bde0170d8ab7a610cf2c5e274286b255ac3cda (diff)
wlan: wda: fix logging format/argument mismatch
Source code analysis uncovered a mismatch between format and argument in an invocation of VOS_TRACE() in the wda code, so fix it. Change-Id: I6ebed2c3011fece30db88bdac272755462c15bfd CRs-fixed: 570511
-rw-r--r--CORE/WDA/src/wlan_qct_wda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 7e91b0382708..e5dcda792e24 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -13832,7 +13832,7 @@ void WDA_RoamOffloadScanReqCallback(WDI_Status status, void* pUserData)
{
/* free the mem and return */
VOS_TRACE( VOS_MODULE_ID_WDA, VOS_TRACE_LEVEL_INFO,
- "Failed to post the rsp to UMAC" ,__func__);
+ "%s: Failed to post the rsp to UMAC", __func__);
}
return ;