diff --git a/libraries/entropyTools.py b/libraries/entropyTools.py index e00dd6a11..c7109a47c 100644 --- a/libraries/entropyTools.py +++ b/libraries/entropyTools.py @@ -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