From 4568beb47c7dcab35d24214721b24cd47e0307a0 Mon Sep 17 00:00:00 2001 From: Yeshwanth Sriram Guntuka Date: Thu, 16 Aug 2018 15:55:25 +0530 Subject: [PATCH] qcacmn: Reduce log level for few prints to debug Reduce log level for few prints to debug to avoid flooding of prints to console. Change-Id: I514585cc87d51ead15fb1f40d45f62023628d9bb CRs-Fixed: 2296839 --- dispatcher/src/wlan_tdls_ucfg_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dispatcher/src/wlan_tdls_ucfg_api.c b/dispatcher/src/wlan_tdls_ucfg_api.c index 8930e02952..4d0c64bcc4 100644 --- a/dispatcher/src/wlan_tdls_ucfg_api.c +++ b/dispatcher/src/wlan_tdls_ucfg_api.c @@ -269,7 +269,7 @@ QDF_STATUS ucfg_tdls_psoc_open(struct wlan_objmgr_psoc *psoc) QDF_STATUS status; struct tdls_soc_priv_obj *soc_obj; - tdls_notice("tdls psoc open"); + tdls_debug("tdls psoc open"); soc_obj = wlan_objmgr_psoc_get_comp_private_obj(psoc, WLAN_UMAC_COMP_TDLS); if (!soc_obj) { @@ -289,7 +289,7 @@ QDF_STATUS ucfg_tdls_update_config(struct wlan_objmgr_psoc *psoc, uint32_t tdls_feature_flags; struct policy_mgr_tdls_cbacks tdls_pm_call_backs; - tdls_notice("tdls update config "); + tdls_debug("tdls update config "); if (!psoc || !req) { tdls_err("psoc: 0x%pK, req: 0x%pK", psoc, req); return QDF_STATUS_E_FAILURE;