Some stability fixes. Removed log messages.

This commit is contained in:
Jan Vidar Krey
2009-10-09 20:32:23 +02:00
parent 4919c8f2f9
commit 0f30ebf045
2 changed files with 27 additions and 3 deletions

View File

@@ -173,7 +173,7 @@ void net_event(struct net_connection* con, int event, void *arg)
if (event == NET_EVENT_DESTROYED)
{
printf("NET_EVENT_DESTROYED: con=%p, user=%p\n", con, user);
LOG_PROTO("NET_EVENT_DESTROYED: con=%p, user=%p\n", con, user);
if (user)
{
user->connection = 0;