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

[or-cvs] r18185: {weather} Add small debug line (weather/trunk)



Author: ioerror
Date: 2009-01-19 19:12:59 -0500 (Mon, 19 Jan 2009)
New Revision: 18185

Modified:
   weather/trunk/poll.py
Log:
Add small debug line


Modified: weather/trunk/poll.py
===================================================================
--- weather/trunk/poll.py	2009-01-20 00:10:59 UTC (rev 18184)
+++ weather/trunk/poll.py	2009-01-20 00:12:59 UTC (rev 18185)
@@ -177,7 +177,8 @@
             #self.gdbm_lock.release()
             try:
               self.ping(node)       # this is time consuming ; don't hold the lock
-            #finally:
+            finally:
+              print "pinging node finished "
             #  self.gdbm_lock.acquire()
           node = self.subscriptions.nextkey(node)