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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user