diff options
author | sabetts <sabetts> | 2006-10-04 03:02:50 +0000 |
---|---|---|
committer | sabetts <sabetts> | 2006-10-04 03:02:50 +0000 |
commit | ad6ea822edc9c96ff84ce284ba694fce7ad4a3c5 (patch) | |
tree | 5bab83205fd3b97f67a607611ec8ab5987b13cf6 /src/events.c | |
parent | a8a845fa536b6a8ec7b7bd907658689000db9d60 (diff) | |
download | ratpoison-ad6ea822edc9c96ff84ce284ba694fce7ad4a3c5.zip |
(handle_key): demote the 'no matching key' error to debug output.
Diffstat (limited to 'src/events.c')
-rw-r--r-- | src/events.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/events.c b/src/events.c index 406e743..257f141 100644 --- a/src/events.c +++ b/src/events.c @@ -425,7 +425,7 @@ handle_key (KeySym ks, unsigned int mod, rp_screen *s) } else { - PRINT_ERROR(("Impossible: No matching key\n")); + PRINT_DEBUG(("Impossible: No matching key")); } XAllowEvents (dpy, AsyncKeyboard, CurrentTime); } |