aboutsummaryrefslogtreecommitdiffstats
path: root/lang/qt/tests/run-signjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lang/qt/tests/run-signjob.cpp')
-rw-r--r--lang/qt/tests/run-signjob.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/qt/tests/run-signjob.cpp b/lang/qt/tests/run-signjob.cpp
index a85c6034..9c2ebcc2 100644
--- a/lang/qt/tests/run-signjob.cpp
+++ b/lang/qt/tests/run-signjob.cpp
@@ -34,6 +34,7 @@
#include "config.h"
#endif
+#include <debug.h>
#include <protocol.h>
#include <signjob.h>
@@ -159,7 +160,7 @@ int main(int argc, char **argv)
err = job->startIt();
}
if (err) {
- std::cerr << "Error: Starting the job failed: " << err.asString() << std::endl;
+ std::cerr << "Error: Starting the job failed: " << err << std::endl;
return 1;
}