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
Dieser Commit ist enthalten in:
Manoj Ekbote
2022-03-14 18:40:26 -07:00
committet von Madan Koyyalamudi
Ursprung 142b7d1589
Commit 7cdaafcd49

Datei anzeigen

@@ -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);
}