diff options
| -rw-r--r-- | core/wma/src/wma_features.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wma/src/wma_features.c b/core/wma/src/wma_features.c index 50043dc2fd28..68da6d660be8 100644 --- a/core/wma/src/wma_features.c +++ b/core/wma/src/wma_features.c @@ -10084,7 +10084,7 @@ int wma_apf_read_work_memory_event_handler(void *handle, uint8_t *evt_buf, QDF_STATUS status; tpAniSirGlobal pmac = cds_get_context(QDF_MODULE_ID_PE); - WMA_LOGI(FL("handle:%pK event:%pK len:%u"), handle, evt_buf, len); + WMA_LOGD(FL("handle:%pK event:%pK len:%u"), handle, evt_buf, len); wma_handle = handle; if (!wma_handle) { |
