summaryrefslogtreecommitdiff
path: root/test/log/log_process.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/log/log_process.cpp')
-rw-r--r--test/log/log_process.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/log/log_process.cpp b/test/log/log_process.cpp
index f7635b70..fb6635cc 100644
--- a/test/log/log_process.cpp
+++ b/test/log/log_process.cpp
@@ -86,7 +86,8 @@ protected:
dispatcher->processEvents();
if (exitStatus_ != Process::NormalExit) {
- cerr << "process did not exit normally" << endl;
+ cerr << "process did not exit normally: " << exitStatus_
+ << endl;
return TestFail;
}