[ostree] ostbuild: Show ostbuild log messages in warningfilter again
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] ostbuild: Show ostbuild log messages in warningfilter again
- Date: Sat, 5 May 2012 13:57:20 +0000 (UTC)
commit 7280ce358d9aa6ca6c5bc7aeda3305fb43afba8a
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]