summaryrefslogtreecommitdiffstats
path: root/server-msg.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-09-26 06:45:28 +0000
commit62457bce0b6d23c1b6a8206582ac3dd206d4225d (patch)
tree42428d54daf3273242003827d16ae37d81e50230 /server-msg.c
parentdf2b3bcf44299d7060b3bc6c17c6e80a1f358692 (diff)
Trim.
Diffstat (limited to 'server-msg.c')
-rw-r--r--server-msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server-msg.c b/server-msg.c
index 65d90f52..85344f72 100644
--- a/server-msg.c
+++ b/server-msg.c
@@ -1,4 +1,4 @@
-/* $Id: server-msg.c,v 1.51 2008-09-25 20:08:54 nicm Exp $ */
+/* $Id: server-msg.c,v 1.52 2008-09-26 06:45:27 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -172,7 +172,7 @@ server_msg_fn_identify(struct hdr *hdr, struct client *c)
buffer_read(c->in, &data, sizeof data);
term = cmd_recv_string(c->in);
- log_debug("identify msg from client: %u,%u (%d)",
+ log_debug("identify msg from client: %u,%u (%d)",
data.sx, data.sy, data.version);
if (data.version != PROTOCOL_VERSION) {