From 7280ce358d9aa6ca6c5bc7aeda3305fb43afba8a Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Fri, 27 Apr 2012 16:58:06 -0400 Subject: [PATCH] ostbuild: Show ostbuild log messages in warningfilter again --- src/ostbuild/pyostbuild/warningfilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ostbuild/pyostbuild/warningfilter.py b/src/ostbuild/pyostbuild/warningfilter.py index 6df46035..24619533 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