diff --git a/lib/super_node.cpp b/lib/super_node.cpp index ec2862f8a..326d7cba0 100644 --- a/lib/super_node.cpp +++ b/lib/super_node.cpp @@ -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;