qcacmn: Move the logs to appropriate log levels

Move the logs to appropriate log levels.

Change-Id: I9e28ecc7a62be6108ba13e510b8b42b843c97468
CRs-Fixed: 2063646
This commit is contained in:
Srinivas Girigowda
2017-06-19 17:20:20 -07:00
committed by snandini
parent 4c1fecdc46
commit 61e086ff92
2 changed files with 6 additions and 6 deletions

View File

@@ -3292,7 +3292,7 @@ QDF_STATUS wmi_unified_set_active_bpf_mode_cmd(void *wmi_hdl,
wmi_unified_t wmi = (wmi_unified_t)wmi_hdl;
if (!wmi->ops->send_set_active_bpf_mode_cmd) {
WMI_LOGI("send_set_active_bpf_mode_cmd op is NULL");
WMI_LOGD("send_set_active_bpf_mode_cmd op is NULL");
return QDF_STATUS_E_FAILURE;
}