Browse Source

qcacmn: change the log level to debug for monitor filters

change the log level to debug for monitor filters

Change-Id: I9f00be2de4abc9f62f8e370292844884d429872f
Amrit Sahai 3 years ago
parent
commit
0d99e0240d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dp/wifi3.0/monitor/dp_mon_filter.h

+ 1 - 1
dp/wifi3.0/monitor/dp_mon_filter.h

@@ -77,7 +77,7 @@ do { \
 } while (0)
 
 #define DP_MON_FILTER_PRINT(fmt, args ...) \
-	QDF_TRACE(QDF_MODULE_ID_MON_FILTER, QDF_TRACE_LEVEL_ERROR, \
+	QDF_TRACE(QDF_MODULE_ID_MON_FILTER, QDF_TRACE_LEVEL_DEBUG, \
 		  fmt, ## args)
 
 #define dp_mon_filter_err(params...) QDF_TRACE_ERROR(QDF_MODULE_ID_MON_FILTER, params)