summaryrefslogtreecommitdiffstats
path: root/bin/bitbake
diff options
context:
space:
mode:
Diffstat (limited to 'bin/bitbake')
-rwxr-xr-xbin/bitbake2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bitbake b/bin/bitbake
index 7c484a2f7..8ff275100 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -60,7 +60,7 @@ def print_exception(exc, value, tb):
Print the exception to stderr, only showing the traceback if bitbake
debugging is enabled.
"""
- if not bb.msg.debug_level['default']:
+ if not bb.msg.debug_level[bb.msg.domain.Default]:
tb = None
sys.__excepthook__(exc, value, tb)