qcacmn: change the log level to debug for monitor filters
change the log level to debug for monitor filters Change-Id: I9f00be2de4abc9f62f8e370292844884d429872f
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user