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:
Yong Cong Sin 2021-07-31 12:55:44 +08:00 committed by Christopher Friedt
commit a5f49ac943

View file

@ -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>