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

[minion-cvs] Another patch for 0.0.3.1



Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv20902/lib/mixminion/server

Modified Files:
      Tag: mixminion-v0-0-3-patches
	ServerQueue.py 
Log Message:
Another patch for 0.0.3.1

Index: ServerQueue.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerQueue.py,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -d -r1.9 -r1.9.2.1
--- ServerQueue.py	20 Feb 2003 16:57:40 -0000	1.9
+++ ServerQueue.py	9 Apr 2003 22:44:33 -0000	1.9.2.1
@@ -451,7 +451,7 @@
                 del self.pending[handle]
             except KeyError:
                 # This should never happen
-                LOG.error("Handle %s was not pending")
+                LOG.error("Handle %s was not pending", handle)
                 lastAttempt = 0
                 
             if retriable: