summaryrefslogtreecommitdiffstats
path: root/lib/bb/parse/parse_py
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-09-02 14:32:50 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-09-02 14:32:50 +0000
commit0ef0ece9d68911fc30877c7fb534f9dab6f0b3a0 (patch)
treec644ae0517fbdb3b0bf10d078c78e190a09c8670 /lib/bb/parse/parse_py
parent8bba9baa2a4337d600dcdb3fd5d3d76a547be7fe (diff)
downloadbitbake-0ef0ece9d68911fc30877c7fb534f9dab6f0b3a0.tar.gz
BBHandler.py: Improve debug message
Diffstat (limited to 'lib/bb/parse/parse_py')
-rw-r--r--lib/bb/parse/parse_py/BBHandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/parse/parse_py/BBHandler.py b/lib/bb/parse/parse_py/BBHandler.py
index 0f19f9a5d..2a30e5895 100644
--- a/lib/bb/parse/parse_py/BBHandler.py
+++ b/lib/bb/parse/parse_py/BBHandler.py
@@ -161,7 +161,7 @@ def handle(fn, d, include = 0):
if t:
data.setVar('T', t, d)
except Exception, e:
- bb.msg.debug(1, bb.msg.domain.Parsing, "executing anonymous function: %s" % e)
+ bb.msg.debug(1, bb.msg.domain.Parsing, "Exception when executing anonymous function: %s" % e)
raise
data.delVar("__anonqueue", d)
data.delVar("__anonfunc", d)