Skip to content

Commit e5471a2

Browse files
committed
p4wq: register log module with default log level
Set default log level while registering p4wq as a log module. Signed-off-by: Anas Nashif <[email protected]>
1 parent f2b0991 commit e5471a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/os/p4wq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <ksched.h>
1111
#include <zephyr/init.h>
1212

13-
LOG_MODULE_REGISTER(p4wq);
13+
LOG_MODULE_REGISTER(p4wq, CONFIG_LOG_DEFAULT_LEVEL);
1414

1515
struct device;
1616

0 commit comments

Comments
 (0)