Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d263f808 authored by Ashish Kumar Dhanotiya's avatar Ashish Kumar Dhanotiya
Browse files

qcacmn: Reduce the log level for some apis

There are few apis for which some of the log levels
are set to error and which results in excessive logging
to the dmsg logs.
To address above issue, reduce log levels for the
functions which logs frequently.

Change-Id: Ia94e493a5f5ae237c832b7d3fb8778c32e0f3bc9
CRs-Fixed: 2559538
parent dadd0195
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10999,7 +10999,7 @@ QDF_STATUS send_enable_specific_fw_logs_cmd_tlv(wmi_unified_t wmi_handle,
	count = 0;

	if (!wmi_handle->events_logs_list) {
		WMI_LOGE("%s: Not received event/log list from FW, yet",
		WMI_LOGD("%s: Not received event/log list from FW, yet",
				__func__);
		return QDF_STATUS_E_NOMEM;
	}
@@ -14255,7 +14255,7 @@ QDF_STATUS send_limit_off_chan_cmd_tlv(wmi_unified_t wmi_handle,
	cmd->max_offchan_time = limit_off_chan_param->max_offchan_time;
	cmd->rest_time = limit_off_chan_param->rest_time;

	WMI_LOGE("%s: vdev_id=%d, flags =%x, max_offchan_time=%d, rest_time=%d",
	WMI_LOGD("%s: vdev_id=%d, flags =%x, max_offchan_time=%d, rest_time=%d",
		__func__, cmd->vdev_id, cmd->flags, cmd->max_offchan_time,
		cmd->rest_time);