aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 08:12:23 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-08-27 08:12:23 +0000
commit272ad1ed6c18aad0a22ab2b18904610774256737 (patch)
tree89ed6dd40ceeafdd29f804077ac7cfd6585c921c
parent57c10dd0d894ff787df6540e1f2ec631a74d1ef4 (diff)
downloadrtmux-272ad1ed6c18aad0a22ab2b18904610774256737.tar.gz
rtmux-272ad1ed6c18aad0a22ab2b18904610774256737.tar.bz2
rtmux-272ad1ed6c18aad0a22ab2b18904610774256737.zip
Tweak logging.
-rw-r--r--input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/input.c b/input.c
index 663ef2a3..4ae900ac 100644
--- a/input.c
+++ b/input.c
@@ -1,4 +1,4 @@
-/* $Id: input.c,v 1.1.1.1 2007-07-09 19:03:45 nicm Exp $ */
+/* $Id: input.c,v 1.2 2007-08-27 08:12:23 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -479,7 +479,7 @@ input_control_sequence(
log_debug(
"sequence: %c (%hhu) [%c] [cx %u, cy %u, sx %u, sy %u]: %u", code,
- code, private, s->cx + 1, s->cy + 1, s->sx + 1, s->sy + 1, argc);
+ code, private, s->cx, s->cy, s->sx, s->sy, argc);
for (i = 0; i < argc; i++)
log_debug("\targument %u: %u", i, argv[i]);