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 028e2066a..f9a7970bd 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -58,7 +58,7 @@ class BBConfiguration(object):
def print_exception(exc, value, tb):
"""Send exception information through bb.msg"""
- bb.fatal("".join(format_exception(exc, value, tb)))
+ bb.fatal("".join(format_exception(exc, value, tb, limit=8)))
sys.excepthook = print_exception