From 9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Thu, 25 Feb 2010 14:21:21 +0100 Subject: knotty: tweak failure phrase ..to make copy and paste of the logfile easier. (Bitbake rev: 446cc0cebd4daff7f849717f4cb89ac1b4c6b755) Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Chris Larson Signed-off-by: Richard Purdie --- bitbake/lib/bb/ui/knotty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake') diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 7264c7916c..ed26bb2b4c 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py @@ -95,7 +95,7 @@ def init(server, eventHandler): return_value = 1 logfile = event.logfile if logfile: - print "ERROR: Logfile of failure stored in %s." % logfile + print "ERROR: Logfile of failure stored in: %s" % logfile if 1 or includelogs: print "Log data follows:" f = open(logfile, "r") -- cgit v1.2.3-54-g00ecf