summaryrefslogtreecommitdiffstats
path: root/sinksh/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sinksh/state.cpp')
-rw-r--r--sinksh/state.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sinksh/state.cpp b/sinksh/state.cpp
index 7e04d28..b7e8e5a 100644
--- a/sinksh/state.cpp
+++ b/sinksh/state.cpp
@@ -139,7 +139,7 @@ int State::commandStarted() const
139 139
140void State::commandFinished(int returnCode) const 140void State::commandFinished(int returnCode) const
141{ 141{
142 SinkTrace() << "Command finished"; 142 SinkTrace() << "Command finished. Exit code: " << returnCode;
143 if (!s_hasEventLoop) { 143 if (!s_hasEventLoop) {
144 QCoreApplication::exit(returnCode); 144 QCoreApplication::exit(returnCode);
145 } else { 145 } else {