aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/wanda/wandac.cpp2
-rw-r--r--src/wanda/wandad.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/wanda/wandac.cpp b/src/wanda/wandac.cpp
index 4290a8c..1873ef4 100644
--- a/src/wanda/wandac.cpp
+++ b/src/wanda/wandac.cpp
@@ -31,7 +31,7 @@ struct cli
if (!result)
{
error << "Error while processing command line arguments: "
- << result.errorMessage()
+ << result.message()
<< '\n'
<< parser
<< '\n';
diff --git a/src/wanda/wandad.cpp b/src/wanda/wandad.cpp
index d2a5378..8579a83 100644
--- a/src/wanda/wandad.cpp
+++ b/src/wanda/wandad.cpp
@@ -51,7 +51,7 @@ namespace
if (!result)
{
error << "Error while processing command line arguments: "
- << result.errorMessage()
+ << result.message()
<< '\n'
<< parser
<< '\n';