From bc8c6ab65c5b90477671deae238783d1785d9c3e Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 28 Mar 2005 16:26:40 +0000 Subject: [PATCH] just a little nicer look with the debug message --- src/ogcache-client.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ogcache-client.c b/src/ogcache-client.c index f1914a2..1bf4517 100644 --- a/src/ogcache-client.c +++ b/src/ogcache-client.c @@ -1,4 +1,4 @@ -/* $Id: ogcache-client.c,v 1.6 2004/02/01 00:41:00 stpohle Exp $ +/* $Id: ogcache-client.c,v 1.7 2005/03/28 16:26:40 stpohle Exp $ * OpenGameCache-Client: this file will hold the protocol for the gameserver communication */ @@ -89,7 +89,7 @@ static void fill_gameentry (char *pos, struct game_entry *ge) { pos = NULL; } - d_printf ("fill_gameentry [Serial:%d, Addr:%s%s, Game:%s, Gamename:%s\n", ge->serial, ge->host, ge->port, ge->game, ge->gamename); + d_printf ("fill_gameentry [Serial:%d, Addr:%s:%s, Game:%s, Gamename:%s\n", ge->serial, ge->host, ge->port, ge->game, ge->gamename); };