diff -r 67f48e288102 -r d0aca7894fc5 log_formatter.py --- a/log_formatter.py Wed Feb 11 21:49:35 2009 +0200 +++ b/log_formatter.py Wed Feb 11 21:50:03 2009 +0200 @@ -65,7 +65,7 @@ # full timestamps? if full_timestamp : # XXX: let the user define a 'datetime' format instead? - timestamp_fmt = self.date_fmt + self.timestamp_fmt + timestamp_fmt = self.date_fmt + ' ' + self.timestamp_fmt else : timestamp_fmt = self.timestamp_fmt