diff --git a/dm-service/dm_service.c b/dm-service/dm_service.c index edbfaa4e..de942c1c 100644 --- a/dm-service/dm_service.c +++ b/dm-service/dm_service.c @@ -72,7 +72,7 @@ int main(int argc, char **argv) // Set process name for the current process prctl(PR_SET_NAME, proc_name, NULL, NULL, NULL); - BBF_INFO("Waiting on uloop...."); + BBF_ERR("# Check force re-compile, waiting on uloop...."); uloop_run(); exit: diff --git a/libbbfdm-ubus/bbfdm-ubus.c b/libbbfdm-ubus/bbfdm-ubus.c index e479609a..9c567af2 100644 --- a/libbbfdm-ubus/bbfdm-ubus.c +++ b/libbbfdm-ubus/bbfdm-ubus.c @@ -912,6 +912,7 @@ int bbfdm_ubus_regiter_init(struct bbfdm_context *bbfdm_ctx) bbfdm_ctx_init(bbfdm_ctx); + BBF_ERR("######## Re-compile check BBFDM ###############"); err = load_micro_service_config(&bbfdm_ctx->config); if (err) { BBF_ERR("Failed to load micro-service config");