summaryrefslogtreecommitdiff
path: root/src/buildstream/_context.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/_context.py')
-rw-r--r--src/buildstream/_context.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buildstream/_context.py b/src/buildstream/_context.py
index 3101c0d44..fc758d459 100644
--- a/src/buildstream/_context.py
+++ b/src/buildstream/_context.py
@@ -677,10 +677,10 @@ class Context():
# If this message is associated with a plugin, print what
# we know about the plugin.
plugin_name = ""
- if message.unique_id:
- template += " {plugin}"
- plugin = Plugin._lookup(message.unique_id)
- plugin_name = plugin.name
+ # if message.unique_id:
+ # template += " {plugin}"
+ # plugin = Plugin._lookup(message.unique_id)
+ # plugin_name = plugin.name
template += ": {message}"