[ostree/wip/ostbuild-v2: 2/3] ostbuild: Show ostbuild log messages in warningfilter again



commit 0b94825f300b4168bc7dacca57a9ec001d866898
Author: Colin Walters <walters verbum org>
Date:   Fri Apr 27 16:58:06 2012 -0400

    ostbuild: Show ostbuild log messages in warningfilter again

 src/ostbuild/pyostbuild/warningfilter.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostbuild/pyostbuild/warningfilter.py b/src/ostbuild/pyostbuild/warningfilter.py
index 6df4603..2461953 100644
--- a/src/ostbuild/pyostbuild/warningfilter.py
+++ b/src/ostbuild/pyostbuild/warningfilter.py
@@ -26,7 +26,7 @@ from . import filemonitor
 from . import mainloop
 
 warning_re = re.compile(r'(: ((warning)|(error)|(fatal error)): )|(make(\[[0-9]+\])?: \*\*\*)')
-output_whitelist_re = re.compile(r'^(make(\[[0-9]+\])?: Entering directory)|(ostbuild )')
+output_whitelist_re = re.compile(r'^(make(\[[0-9]+\])?: Entering directory)|(ostbuild:)')
 
 _bold_sequence = None
 _normal_sequence = None



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]