diff options
-rw-r--r-- | src/ConfigParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ConfigParser.cpp b/src/ConfigParser.cpp index 7e3f855..770daa6 100644 --- a/src/ConfigParser.cpp +++ b/src/ConfigParser.cpp @@ -384,7 +384,7 @@ void parse_ptree( catch (runtime_error &e) { etiLog.log(error, "%s\n", e.what()); - throw e; + throw; } |