summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--dinput/dinput.cpp2
-rw-r--r--gui/main.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/dinput/dinput.cpp b/dinput/dinput.cpp
index 276559ef..5dad3eed 100644
--- a/dinput/dinput.cpp
+++ b/dinput/dinput.cpp
@@ -66,7 +66,7 @@ void dinput_handle::di_t::unref_di()
{
while (init_lock.test_and_set()) { /* busy loop */ }
- qDebug() << "exit: deleting di handle";
+ qDebug() << "exit: di handle";
free_di();
init_lock.clear();
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;
}