Commit b069384f authored by Andreas Jung's avatar Andreas Jung

- Fixed a whitespace problem in Z2.log (AWStats failed to process

        Zope logfiles)
parent b7555477
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# All Rights Reserved. # All Rights Reserved.
# #
RCS_ID = '$Id: http_server.py,v 1.33 2002/06/20 14:39:34 zigg Exp $' RCS_ID = '$Id: http_server.py,v 1.34 2003/02/24 09:38:46 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,
......
...@@ -52,6 +52,9 @@ Zope Changes ...@@ -52,6 +52,9 @@ Zope Changes
Bugs Fixed Bugs Fixed
- Fixed a whitespace problem in Z2.log (AWStats failed to process
Zope logfiles)
- Collector #816: dtml-sendmail corrupted header if message was - Collector #816: dtml-sendmail corrupted header if message was
left blank. left blank.
......
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