Skip to content

Commit

Permalink
libgui|KeyEvent: Warn about unmapped keys using a Dev entry
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 22, 2014
1 parent 403cf06 commit 60c2b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/keyevent.cpp
Expand Up @@ -341,7 +341,7 @@ int de::KeyEvent::ddKeyFromQt(int qtKey, int nativeVirtualKey, int nativeScanCod
#endif

// Not supported!
LOG_INPUT_WARNING("Ignored unknown key: Qt key %i (%x), virtualKey %i, scancode %i")
LOGDEV_INPUT_WARNING("Ignored unknown key: Qt key %i (%x), virtualKey %i, scancode %i")
<< qtKey << qtKey << nativeVirtualKey << nativeScanCode;

return 0;
Expand Down

0 comments on commit 60c2b46

Please sign in to comment.