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:
parent
16cbd5f278
commit
991fd6e93e
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue