diff options
| -rw-r--r-- | CORE/UTILS/FWLOG/dbglog_host.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CORE/UTILS/FWLOG/dbglog_host.c b/CORE/UTILS/FWLOG/dbglog_host.c index 4d1fdbc34aaa..fa7931d94359 100644 --- a/CORE/UTILS/FWLOG/dbglog_host.c +++ b/CORE/UTILS/FWLOG/dbglog_host.c @@ -1378,7 +1378,8 @@ wmi_config_debug_module_cmd(wmi_unified_t wmi_handle, A_UINT32 param, A_UINT32 } } - AR_DEBUG_PRINTF(ATH_DEBUG_INFO, ("wmi_dbg_cfg_send: param 0x%x val 0x%x \n", + AR_DEBUG_PRINTF(ATH_DEBUG_RSVD1, + ("wmi_dbg_cfg_send: param 0x%x val 0x%x \n", param, val)); status = wmi_unified_cmd_send(wmi_handle, buf, |
