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: I5b3cfdfae8278de7b5b9074ea0a96be8c5e1cff8
CRs-fixed: 570511
diff --git a/CORE/WDA/src/wlan_qct_wda.c b/CORE/WDA/src/wlan_qct_wda.c
index 14fec05..6dd7888 100644
--- a/CORE/WDA/src/wlan_qct_wda.c
+++ b/CORE/WDA/src/wlan_qct_wda.c
@@ -13711,7 +13711,7 @@
    {
       /* 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 ;