浏览代码

qcacld-3.0: Reduce the log spam in wlan_hdd_ftm.c

Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_ftm.c

Change-Id: I9e16494bb950779a5617e7bfac3821d1548b7192
CRs-Fixed: 2014745
Srinivas Girigowda 8 年之前
父节点
当前提交
650e7ba52a
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      core/hdd/src/wlan_hdd_ftm.c

+ 1 - 2
core/hdd/src/wlan_hdd_ftm.c

@@ -102,7 +102,6 @@ static uint32_t wlan_ftm_postmsg(uint8_t *cmd_ptr, uint16_t cmd_len)
 	if (QDF_STATUS_SUCCESS != scheduler_post_msg(QDF_MODULE_ID_WMA,
 						      &ftmMsg)) {
 		hdd_err("Failed to post Msg to HAL");
-
 		return QDF_STATUS_E_FAILURE;
 	}
 
@@ -152,7 +151,7 @@ void hdd_ftm_mc_process_msg(void *message)
 	uint32_t data_len;
 
 	if (!message) {
-		hdd_err("Message is NULL, nothing to process.");
+		hdd_debug("Message is NULL, nothing to process");
 		return;
 	}