Skip to content

Commit

Permalink
Merge branch 'master' of github.com:skyjake/Doomsday-Engine
Browse files Browse the repository at this point in the history
  • Loading branch information
danij-deng committed Jan 23, 2014
2 parents ff8d2ed + 60c2b46 commit fd2559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/libgui/src/keyevent.cpp
Original file line number Diff line number Diff line change
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 fd2559e

Please sign in to comment.