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 /ChangeLog | |
parent | a8a845fa536b6a8ec7b7bd907658689000db9d60 (diff) | |
download | ratpoison-ad6ea822edc9c96ff84ce284ba694fce7ad4a3c5.zip |
(handle_key): demote the 'no matching key' error to debug output.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2006-10-03 Shawn Betts <sabetts@vcn.bc.ca> + * src/events.c (handle_key): demote the 'no matching key' error to debug output. + * src/main.c (strtok_ws): remove useless debug ouput. 2006-09-26 Shawn Betts <sabetts@vcn.bc.ca> |