From 478a481574f782a16e593d57cc69092098dc5654 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 22 Aug 2017 12:14:06 +0200 Subject: [PATCH] unifying log output --- lib/super_node.c | 2 ++ 1 file changed, 2 insertions(+) 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;