diff --git a/lib/super_node.c b/lib/super_node.c index bc80d9c7a..fd3fd98ed 100644 --- a/lib/super_node.c +++ b/lib/super_node.c @@ -74,6 +74,8 @@ int super_node_init(struct super_node *sn) int super_node_parse_uri(struct super_node *sn, const char *uri) { json_error_t err; + + info("Parsing configuration"); if (uri) { INDENT FILE *f;