summaryrefslogtreecommitdiff
path: root/buildstream/_message.py
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-15 17:14:08 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-03-15 22:46:58 +0900
commitc842dbc2d04d18f9b1bc18b965d5f289a3c6df4f (patch)
treee2f999ec2d15d1ea5e196543e45add6e3252b474 /buildstream/_message.py
parentc3b7cbdb925a93517aebd26f12ddbb24fd1de48d (diff)
downloadbuildstream-c842dbc2d04d18f9b1bc18b965d5f289a3c6df4f.tar.gz
_message.py: Make INFO messages unconditional
Diffstat (limited to 'buildstream/_message.py')
-rw-r--r--buildstream/_message.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildstream/_message.py b/buildstream/_message.py
index f22d9b39a..27c097eb1 100644
--- a/buildstream/_message.py
+++ b/buildstream/_message.py
@@ -40,6 +40,7 @@ class MessageType():
# Messages which should be reported regardless of whether
# they are currently silenced or not
unconditional_messages = [
+ MessageType.INFO,
MessageType.WARN,
MessageType.ERROR,
MessageType.FAIL