summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-20 14:34:04 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-04-20 14:34:04 +0900
commit671a7412dd1100db1fc2fefa714e5a4d60249dfd (patch)
treeb3f028426b8f739ebe228890b7758664bbeabefc
parent61889ed524c9a54e14bd335db871c69abf40f0c2 (diff)
downloadbuildstream-671a7412dd1100db1fc2fefa714e5a4d60249dfd.tar.gz
_context.py: Properly declare and document log_message_format in the constructor
-rw-r--r--buildstream/_context.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index d605c6ab2..9ae2ec57a 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -86,6 +86,9 @@ class Context():
# Format string for printing the pipeline at startup time
self.log_element_format = None
+ # Format string for printing message lines in the master log
+ self.log_message_format = None
+
# Maximum number of fetch or refresh tasks
self.sched_fetchers = 4