Vanilla Development Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla/ntserv



Date:	Wednesday September 29, 1999 @ 2:36
Author:	unbelver

Update of /home/netrek/cvsroot/Vanilla/ntserv
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv29047

Modified Files:
	main.c 
Log Message:

Not much here.  Just more descriptive error messaging.

--Carlos V.



****************************************

Index: Vanilla/ntserv/main.c
diff -u Vanilla/ntserv/main.c:1.15 Vanilla/ntserv/main.c:1.16
--- Vanilla/ntserv/main.c:1.15	Sun Jul 11 22:25:31 1999
+++ Vanilla/ntserv/main.c	Wed Sep 29 02:36:36 1999
@@ -181,7 +181,7 @@
 	packet.why = 1;
 	sendClientPacket (&packet);
 	flushSockBuf ();
-	ERROR(2,("ntserv/main.c: Quitting: No slot available\n"));
+	ERROR(2,("ntserv/main.c: Quitting: No slot available on queue %d\n",w_queue));
 	/* print some appropriate message */
 	exit(1);
     }