Ignore:
Timestamp:
13/10/2008 15:39:01 (4 years ago)
Author:
cbkm
Message:
  • fix issue with log format change, but stay backwards compatible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • box/trunk/contrib/bbreporter/bbreporter.py

    r2138 r2352  
    9999        self.re_automatic_backup = re.compile(" *AutomaticBackup *= *no", re.I) 
    100100        self.re_syslog = re.compile("(\S+) +(\S+) +([\d:]+) +(\S+) +([^:]+): +"+ 
    101                                     "([^:]+): *(.*)")  
     101                                    "(?:[A-Z]+:)? *([^:]+): *(.*)")  
    102102         
    103103        # Initialise report 
Note: See TracChangeset for help on using the changeset viewer.