diff options
| -rw-r--r-- | CORE/WDA/src/wlan_qct_wda.c | 2 |
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 ; |
