diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-03 12:04:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-03 12:04:48 +0200 |
commit | 063acd81a4006ac0d26da07f2f72657d76ae4153 (patch) | |
tree | bd9d918443d1fcbb432eb0ebdf276c0781ed145c /dinput | |
parent | 29c42b31fc1dc90978706ee42a1723991287abd0 (diff) |
simplify some on-exit messages
Diffstat (limited to 'dinput')
-rw-r--r-- | dinput/dinput.cpp | 2 |
1 files changed, 1 insertions, 1 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(); |