mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Test re-compile
This commit is contained in:
parent
38636715ad
commit
9c68b26b16
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue