From 991fd6e93e5a5a62ac117e77aecd28547eac6b51 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 6 Feb 2019 13:13:31 +0100 Subject: [PATCH] remove warning about libconfig config file format --- lib/super_node.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/super_node.cpp b/lib/super_node.cpp index a87e6899e..366e6bb10 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -110,9 +110,6 @@ int SuperNode::parseUri(const std::string &u) config_t cfg; config_setting_t *json_root = nullptr; - logger->warn("Failed to parse JSON configuration. Re-trying with old libconfig format."); - logger->warn(" Please consider migrating to the new format using the 'conf2json' command."); - config_init(&cfg); config_set_auto_convert(&cfg, 1);