diff options
| author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-02-25 14:21:21 +0100 | 
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-22 14:58:57 +0000 | 
| commit | 9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf (patch) | |
| tree | 706f4f101d5085d1c4f3310da06363385736287a | |
| parent | a7d5f7313465c1a026a74cbb383bb7073ffffcc1 (diff) | |
| download | openembedded-core-9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf.tar.gz openembedded-core-9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf.tar.bz2 openembedded-core-9d9b47bae4b880ec57eda0e647b1d24fbc3ba3cf.zip | |
knotty: tweak failure phrase
..to make copy and paste of the logfile easier.
(Bitbake rev: 446cc0cebd4daff7f849717f4cb89ac1b4c6b755)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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") | 
