summaryrefslogtreecommitdiffhomepage
path: root/gui
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-03 12:04:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-03 12:04:48 +0200
commit063acd81a4006ac0d26da07f2f72657d76ae4153 (patch)
treebd9d918443d1fcbb432eb0ebdf276c0781ed145c /gui
parent29c42b31fc1dc90978706ee42a1723991287abd0 (diff)
simplify some on-exit messages
Diffstat (limited to 'gui')
-rw-r--r--gui/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/main.cpp b/gui/main.cpp
index 0d1ec06b..2e8d13ff 100644
--- a/gui/main.cpp
+++ b/gui/main.cpp
@@ -157,10 +157,10 @@ main(int argc, char** argv)
app.exec();
- qDebug() << "exit: now deleting main control";
+ qDebug() << "exit: main control";
}
- qDebug() << "exit: main() now exits";
+ qDebug() << "exit: main()";
return 0;
}