subsys/mgmt/hawkbit: Add missing CONFIG_HAWKBIT_LOG_LEVEL
Add missing CONFIG_HAWKBIT_LOG_LEVEL so that its verbosity can be configured. Signed-off-by: Yong Cong Sin <yongcong.sin@gmail.com>
This commit is contained in:
parent
442df37ac8
commit
a5f49ac943
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include <logging/log.h>
|
||||
|
||||
LOG_MODULE_REGISTER(hawkbit);
|
||||
LOG_MODULE_REGISTER(hawkbit, CONFIG_HAWKBIT_LOG_LEVEL);
|
||||
|
||||
#include <stdio.h>
|
||||
#include <zephyr.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue