Commit b283c1e9 authored by Andreas Jung's avatar Andreas Jung

Collector #1039: fixed whitespace problem in Z2.log

parent 2baea2e2
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# All Rights Reserved. # All Rights Reserved.
# #
RCS_ID = '$Id: http_server.py,v 1.36 2003/07/22 16:29:53 chrism Exp $' RCS_ID = '$Id: http_server.py,v 1.37 2003/09/14 16:35:58 andreasjung Exp $'
# python modules # python modules
import os import os
...@@ -289,7 +289,7 @@ class http_request: ...@@ -289,7 +289,7 @@ class http_request:
self.channel.server.logger.log ( self.channel.server.logger.log (
self.channel.addr[0], self.channel.addr[0],
' - %s [%s] "%s" %d %d "%s" "%s"\n' % ( '- %s [%s] "%s" %d %d "%s" "%s"\n' % (
name, name,
self.log_date_string (time.time()), self.log_date_string (time.time()),
self.request, self.request,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment