Mercurial > p > roundup > code
diff roundup/scripts/roundup_server.py @ 1914:3f2d1671ec03
oops
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 12 Nov 2003 23:29:17 +0000 |
| parents | 0b0cd279780e |
| children | 1303c208419d |
line wrap: on
line diff
--- a/roundup/scripts/roundup_server.py Wed Nov 12 22:34:28 2003 +0000 +++ b/roundup/scripts/roundup_server.py Wed Nov 12 23:29:17 2003 +0000 @@ -16,7 +16,7 @@ # """ HTTP Server that serves roundup. -$Id: roundup_server.py,v 1.33 2003-11-11 21:51:52 richard Exp $ +$Id: roundup_server.py,v 1.34 2003-11-12 23:29:17 richard Exp $ """ # python version check @@ -81,7 +81,7 @@ except socket.timeout: s = StringIO.StringIO() traceback.print_exc(None, s) - self.log_message(str(s.getvalue())) + self.log_message('%s', s.getvalue()) except: # it'd be nice to be able to detect if these are going to have # any effect...
