summaryrefslogtreecommitdiff
path: root/contrib/bbreporter
diff options
context:
space:
mode:
authorKenny Millington <kenny.millington@3ait.co.uk>2008-10-13 14:39:01 +0000
committerKenny Millington <kenny.millington@3ait.co.uk>2008-10-13 14:39:01 +0000
commit4ee33db288e02576aa1a02214dabe6f26ae5794b (patch)
tree4a4aaf1b06c571ce2dcfe56e56154b61bcc0b2aa /contrib/bbreporter
parent86bb1916f107ccf361d13770a49c56bf3b039a5e (diff)
- fix issue with log format change, but stay backwards compatible.
Diffstat (limited to 'contrib/bbreporter')
-rwxr-xr-xcontrib/bbreporter/bbreporter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bbreporter/bbreporter.py b/contrib/bbreporter/bbreporter.py
index 05d3f0d0..9c8253f1 100755
--- a/contrib/bbreporter/bbreporter.py
+++ b/contrib/bbreporter/bbreporter.py
@@ -98,7 +98,7 @@ class BoxBackupReporter:
# Regex's
self.re_automatic_backup = re.compile(" *AutomaticBackup *= *no", re.I)
self.re_syslog = re.compile("(\S+) +(\S+) +([\d:]+) +(\S+) +([^:]+): +"+
- "([^:]+): *(.*)")
+ "(?:[A-Z]+:)? *([^:]+): *(.*)")
# Initialise report
self.reset()