diff options
| author | Srinivas Girigowda <sgirigow@codeaurora.org> | 2017-03-06 16:34:47 -0800 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-03-07 20:29:28 -0800 |
| commit | b9cd0291948c42d0467e9d7003aa5aeb3434b7e6 (patch) | |
| tree | abc5ec7a5073ad2cd4f98b280979c02426948868 | |
| parent | f4d78d7222066a91351a5b71223231fe635b491a (diff) | |
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
| -rw-r--r-- | core/hdd/src/wlan_hdd_ftm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/hdd/src/wlan_hdd_ftm.c b/core/hdd/src/wlan_hdd_ftm.c index d606e033efe1..2cceb9e83f0c 100644 --- a/core/hdd/src/wlan_hdd_ftm.c +++ b/core/hdd/src/wlan_hdd_ftm.c @@ -103,7 +103,6 @@ static uint32_t wlan_ftm_postmsg(uint8_t *cmd_ptr, uint16_t cmd_len) if (QDF_STATUS_SUCCESS != cds_mq_post_message(QDF_MODULE_ID_WMA, &ftmMsg)) { hdd_err("Failed to post Msg to HAL"); - return QDF_STATUS_E_FAILURE; } @@ -153,7 +152,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; } |
