summaryrefslogtreecommitdiff
path: root/src/base/proto.c
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@centrum.sk>2008-10-31 15:03:06 +0100
committerDusan Durech <dusan.d@centrum.sk>2008-10-31 15:03:06 +0100
commitb361c7bc3532f22caf053b779ba970de8c346893 (patch)
tree428db786fb7ea006dd2767d79b11db3c9526076a /src/base/proto.c
parent26958da9d09934cc162fafc7dd159bf449858c16 (diff)
podpora downServera v gameServery ;)
Diffstat (limited to 'src/base/proto.c')
-rw-r--r--src/base/proto.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/proto.c b/src/base/proto.c
index 51fedaa..f14a29a 100644
--- a/src/base/proto.c
+++ b/src/base/proto.c
@@ -94,6 +94,8 @@ void proto_send_hello_client(char *name)
snprintf(msg, STR_PROTO_SIZE, "hello %s %s\n",
getParamElse("--version", TUXANCI_VERSION), name);
+
+ printf("-> %s", msg);
sendServer(msg);
}