commit | e5471a253e7f23719032bb6cf684b197d1868632 | [log] [tgz] |
---|---|---|
author | Anas Nashif <anas.nashif@intel.com> | Tue May 17 16:58:17 2022 -0400 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue May 17 20:39:25 2022 -0400 |
tree | 73d99d37be0edf10a06ca98f750d3147c5a13821 | |
parent | f2b09911476c464e642822d6384e09e0479bab6a [diff] |
p4wq: register log module with default log level Set default log level while registering p4wq as a log module. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
diff --git a/lib/os/p4wq.c b/lib/os/p4wq.c index 615592d..17b072e 100644 --- a/lib/os/p4wq.c +++ b/lib/os/p4wq.c
@@ -10,7 +10,7 @@ #include <ksched.h> #include <zephyr/init.h> -LOG_MODULE_REGISTER(p4wq); +LOG_MODULE_REGISTER(p4wq, CONFIG_LOG_DEFAULT_LEVEL); struct device;