[Nym3-commit] r490 - trunk/nymbaron/Server

zax at conuropsis.org zax at conuropsis.org
Sun Mar 19 18:55:11 CET 2006


Author: zax
Date: 2006-03-19 18:55:10 +0100 (Sun, 19 Mar 2006)
New Revision: 490

Modified:
   trunk/nymbaron/Server/Main.py
Log:
Add a debug message to identify Get requests and their source


Modified: trunk/nymbaron/Server/Main.py
===================================================================
--- trunk/nymbaron/Server/Main.py	2006-03-19 14:45:38 UTC (rev 489)
+++ trunk/nymbaron/Server/Main.py	2006-03-19 17:55:10 UTC (rev 490)
@@ -302,6 +302,7 @@
                             sys.exit(2)
                             
                     elif com.ct() == Message.CToSCODE['Get']:
+                        logger.debug("Control message is a Get request from %s" % h.nym)
                         msgList = []
                         sendList = []
                         for m in com.l:



More information about the Nym3-commit mailing list