Browse Source

qcacmn: Reduce log level for CP stats non-critical print

No TWT session params can be a debug log since it is not fatal
and need not be printed to console. In multi-client tests,
this can cause too many prints since upper layer polls for the
stats periodically.

Change-Id: I7a4cac9202ac15c430910864d0f863e1193ea569
CRs-Fixed: 3150799
Manoj Ekbote 3 years ago
parent
commit
7cdaafcd49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      umac/cp_stats/core/src/wlan_cp_stats_obj_mgr_handler.c

+ 1 - 1
umac/cp_stats/core/src/wlan_cp_stats_obj_mgr_handler.c

@@ -688,7 +688,7 @@ wlan_cp_stats_twt_get_single_peer_session_params(
 							params,
 							&num_twt_session);
 	if (QDF_IS_STATUS_ERROR(qdf_status)) {
-		qdf_err("No TWT session for " QDF_MAC_ADDR_FMT " dialog_id %d",
+		cp_stats_debug("No TWT session for " QDF_MAC_ADDR_FMT " dialog_id %d",
 			QDF_MAC_ADDR_REF(mac_addr), dialog_id);
 	}