summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2016-12-19 15:55:12 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2016-12-19 15:55:12 -0800
commit460c6f550edc6e19d0f6e0732a4a0322877c7f84 (patch)
treeaa5fcf2a581a05bd95712e583c53b26319d93e7e
parent70348f05ad2f012335feb347ad87d52581873255 (diff)
parent76876dd3843e2b95d57fd2330860966f018f9de4 (diff)
Merge "qcacld-3.0: move unnecessary error logs to warning" into wlan-cld3.driver.lnx.1.1-dev
-rw-r--r--core/utils/host_diag_log/src/host_diag_log.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/utils/host_diag_log/src/host_diag_log.c b/core/utils/host_diag_log/src/host_diag_log.c
index 2e90f40a1dce..45d56715265f 100644
--- a/core/utils/host_diag_log/src/host_diag_log.c
+++ b/core/utils/host_diag_log/src/host_diag_log.c
@@ -249,7 +249,7 @@ void host_diag_event_report_payload(uint16_t event_Id, uint16_t length,
if (ptt_sock_send_msg_to_app
(wmsg, 0, ANI_NL_MSG_PUMAC, INVALID_PID) < 0) {
- QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_ERROR,
+ QDF_TRACE(QDF_MODULE_ID_HDD, QDF_TRACE_LEVEL_WARN,
"Ptt Socket error sending message to the app!!");
qdf_mem_free((void *)wmsg);
return;