From: Bernhard Reutner-Fischer Date: Thu, 25 Feb 2010 13:21:21 +0000 (+0100) Subject: knotty: tweak failure phrase X-Git-Tag: 2011-1~6125 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf;p=openembedded-core.git 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 --- 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")