Test re-compile

This commit is contained in:
Vivek Kumar Dutta 2025-03-13 13:48:50 +05:30
parent 38636715ad
commit 9c68b26b16
No known key found for this signature in database
GPG key ID: 4E09F5AD8265FD4C
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -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");