mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
improve error message
This commit is contained in:
parent
4038638c1c
commit
8df9bce692
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ void SuperNode::parse(json_t *cfg)
|
|||
"idle_stop", &idleStop
|
||||
);
|
||||
if (ret)
|
||||
throw ConfigError(cfg, err, "node-config");
|
||||
throw ConfigError(cfg, err, "node-config", "Unpacking top-level config failed");
|
||||
|
||||
if (nme)
|
||||
name = nme;
|
||||
|
|
Loading…
Add table
Reference in a new issue