@ -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);
};