summaryrefslogtreecommitdiffhomepage
path: root/dinput/keybinding-worker.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-08-23 13:22:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-08-23 13:22:58 +0200
commitd530b912a83e894759202e80951b5b59f42b8b9f (patch)
treed414612ae69e404f14f1f90a3896f317618dea06 /dinput/keybinding-worker.cpp
parent0e1b00e9a78ee65c4b5eeaaa74a2be4a3ccd0ac7 (diff)
dinput: lessen logspam
Diffstat (limited to 'dinput/keybinding-worker.cpp')
-rw-r--r--dinput/keybinding-worker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp
index 70914f92..0f4788af 100644
--- a/dinput/keybinding-worker.cpp
+++ b/dinput/keybinding-worker.cpp
@@ -25,7 +25,7 @@ bool Key::should_process()
KeybindingWorker::~KeybindingWorker()
{
- qDebug() << "exit: destroying keybinding worker";
+ qDebug() << "exit: keybinding worker";
should_quit = true;
wait();