From 9c68b26b164b90f471f3d7aec6d718b4b75c8e46 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Thu, 13 Mar 2025 13:48:50 +0530 Subject: [PATCH] Test re-compile --- dm-service/dm_service.c | 2 +- libbbfdm-ubus/bbfdm-ubus.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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");