summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/wma/src/wma_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/wma/src/wma_main.c b/core/wma/src/wma_main.c
index 4b40fc3dc4f9..67701b2eb0a6 100644
--- a/core/wma/src/wma_main.c
+++ b/core/wma/src/wma_main.c
@@ -1946,8 +1946,6 @@ static int wma_flush_complete_evt_handler(void *handle,
cds_logging_set_fw_flush_complete();
} else if (reason_code && cds_is_log_report_in_progress() == false) {
/* Asynchronous flush event for fatal events */
- WMA_LOGE("Received asynchronous WMI flush event: reason=%d",
- reason_code);
status = cds_set_log_completion(WLAN_LOG_TYPE_FATAL,
WLAN_LOG_INDICATOR_FIRMWARE,
reason_code, false);