Skip to content

Commit

Permalink
drivers: wifi: Fix the debug level for unhandled events
Browse files Browse the repository at this point in the history
This unncessarily causing error prints on the console and queries, as
this is only for internal use i.e., to act as a trigger to implement
those events, making it debug.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
  • Loading branch information
krish2718 authored and nordicjm committed Jul 7, 2023
1 parent b63ac10 commit 06e0784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/wifi/nrf700x/osal/fw_if/umac_if/src/event.c
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ static enum wifi_nrf_status umac_event_ctrl_process(struct wifi_nrf_fmac_dev_ctx
break;
#endif /* CONFIG_WPA_SUPP */
default:
wifi_nrf_osal_log_err(fmac_dev_ctx->fpriv->opriv,
wifi_nrf_osal_log_dbg(fmac_dev_ctx->fpriv->opriv,
"%s: No callback registered for event %d\n",
__func__,
umac_hdr->cmd_evnt);
Expand Down

0 comments on commit 06e0784

Please sign in to comment.