diff options
| -rw-r--r-- | core/utils/host_diag_log/src/host_diag_log.c | 2 |
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; |
