Fixed Topology Graph Mappings (#14)

Added advanced debug levels

Reviewed-on: #14
This commit was merged in pull request #14.
This commit is contained in:
2026-07-13 20:31:21 +01:00
parent 855b282c54
commit 96217c45f6
8 changed files with 183 additions and 1 deletions
+2
View File
@@ -80,6 +80,8 @@ int main(int argc, char *argv[])
LOG("Logging enabled");
}
}
inform_set_debug_level(cfg.protocol_debug_level);
LOG("Protocol debug level=%d", cfg.protocol_debug_level);
#endif
const uf_model_t *model = ufmodel_find(cfg.ufmodel);