1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove warning about libconfig config file format

This commit is contained in:
Steffen Vogel 2019-02-06 13:13:31 +01:00
parent 16cbd5f278
commit 991fd6e93e

View file

@ -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);