aboutsummaryrefslogtreecommitdiff
path: root/src/Conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Conf.cpp')
-rw-r--r--src/Conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Conf.cpp b/src/Conf.cpp
index c93f830..090e1e1 100644
--- a/src/Conf.cpp
+++ b/src/Conf.cpp
@@ -461,7 +461,7 @@ namespace sibs
// Do not free file content (fileContentResult) on purpose, since we are using the data and sibs is short lived
Result<bool> parseResult = Parser::parse(code, config);
if(!parseResult)
- return Result<bool>::Err("Failed to read config for: " + parseResult.getErrMsg());
+ return Result<bool>::Err("Failed to read config, reason: " + parseResult.getErrMsg());
if(!config.isTest())
{