[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[minion-cvs] Apply pinger patch from Tobias; pingers may work now.



Update of /home/minion/cvsroot/src/minion/lib/mixminion
In directory moria:/tmp/cvs-serv24337/lib/mixminion

Modified Files:
	ClientDirectory.py 
Log Message:
Apply pinger patch from Tobias; pingers may work now.

Index: ClientDirectory.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/ClientDirectory.py,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ClientDirectory.py	12 Sep 2007 20:49:09 -0000	1.52
+++ ClientDirectory.py	2 Nov 2007 03:41:08 -0000	1.53
@@ -1159,8 +1159,8 @@
             if name.isValidFrom(startAt, endAt):
                 return name
             else:
-                LOG.error("Server is not currently valid")
-                return None
+                LOG.debug("Time-invalid descriptor for %s, looking for another one.", name.getNickname())
+                name=name.getNickname()
 
         self.__scanAsNeeded()
         # If it's a nickname, return a serverinfo with that name.