This commit is contained in:
Ruud
2012-06-11 13:41:39 +02:00
parent e0440d4b11
commit 469d4abcb0
-1
View File
@@ -98,7 +98,6 @@ class Logging(Plugin):
brk = False
for line in reversed_lines:
#print '%s ' % log_type in line.lower()
if log_type == 'all' or '%s ' % log_type.upper() in line:
log_lines.append(line)