summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/utils.py')
-rw-r--r--bitbake/lib/bb/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/utils.py b/bitbake/lib/bb/utils.py
index 3c1fd31b03..7b0fc40d11 100644
--- a/bitbake/lib/bb/utils.py
+++ b/bitbake/lib/bb/utils.py
@@ -176,7 +176,7 @@ def better_exec(code, context, text, realfile):
176 raise 176 raise
177 177
178 # print the Header of the Error Message 178 # print the Header of the Error Message
179 bb.msg.error(bb.msg.domain.Util, "Error in executing: ", realfile) 179 bb.msg.error(bb.msg.domain.Util, "Error in executing: %s" % realfile)
180 bb.msg.error(bb.msg.domain.Util, "Exception:%s Message:%s" % (t,value) ) 180 bb.msg.error(bb.msg.domain.Util, "Exception:%s Message:%s" % (t,value) )
181 181
182 # let us find the line number now 182 # let us find the line number now