From 5496edd537c74e02a255b2f51ca96bc3482f625a Mon Sep 17 00:00:00 2001 From: Jeff Johnson Date: Wed, 30 Oct 2013 12:21:17 -0700 Subject: 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 --- CORE/WDA/src/wlan_qct_wda.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- cgit v1.2.3