[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[minion-cvs] Fix bug in CGI
Update of /home/minion/cvsroot/src/minion/lib/mixminion/server
In directory moria.mit.edu:/tmp/cvs-serv845/lib/mixminion/server
Modified Files:
ServerKeys.py
Log Message:
Fix bug in CGI
Index: ServerKeys.py
===================================================================
RCS file: /home/minion/cvsroot/src/minion/lib/mixminion/server/ServerKeys.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- ServerKeys.py 28 May 2003 07:36:24 -0000 1.27
+++ ServerKeys.py 28 May 2003 07:42:22 -0000 1.28
@@ -638,7 +638,7 @@
return 'error'
m = DIRECTORY_RESPONSE_RE.search(reply)
if not m:
- LOG.error("Didn't understand reply from directory: %r",
+ LOG.error("Didn't understand reply from directory: %s",
reply)
return 'error'
ok = int(m.group(1))