You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-admin/syslog-summary/files/syslog-summary-1.14-fix-ign...

13 lines
306 B

diff --git a/syslog-summary b/syslog-summary
index abf6381..65608cb 100755
--- a/syslog-summary
+++ b/syslog-summary
@@ -198,6 +198,7 @@ def summarize(filename, states):
if DEBUG:
print "Ignoring: %s" % line
line = file.readline()
+ continue
date, rest = split_date(line)
if date: