aboutsummaryrefslogtreecommitdiffhomepage
path: root/input.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-10-03 23:58:48 +1000
committerGravatar axel <axel@liljencrantz.se>2005-10-03 23:58:48 +1000
commit227e4a19994e572d1d6dde19b5534c95d1790b2a (patch)
treecbe2e0b5a08509123e72314992e980ede59a9b8b /input.c
parent96f0cd9946072540a01fc3ec636f7ffbf08f44df (diff)
Drop various debug messages
darcs-hash:20051003135848-ac50b-4db4937a214aadd481b1e5da03c2e253d83610dd.gz
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input.c b/input.c
index 2da86c83..ea8ddff6 100644
--- a/input.c
+++ b/input.c
@@ -1021,7 +1021,7 @@ void input_parse_inputrc_line( wchar_t *cmd )
val = cmd;
- debug( 1, L"Map %ls to %ls\n", key, val );
+ debug( 3, L"Map %ls to %ls\n", key, val );
sequence = input_symbolic_sequence( key );
if( sequence )