also trap LOG: postinst einfo/ewarn

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@190 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2007-03-24 17:43:42 +00:00
parent 448133507b
commit ef288802b0
+1 -1
View File
@@ -345,7 +345,7 @@ def parseElogFile(atom):
reallog = f.readlines()
f.close()
for line in reallog:
if line.startswith("INFO: postinst"):
if line.startswith("INFO: postinst") or line.startswith("LOG: postinst"):
logline = True
continue
# disable all the others