From 446cc0cebd4daff7f849717f4cb89ac1b4c6b755 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. Signed-off-by: Bernhard Reutner-Fischer Signed-off-by: Chris Larson --- lib/bb/ui/knotty.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/bb/ui/knotty.py b/lib/bb/ui/knotty.py index 7264c7916..ed26bb2b4 100644 --- a/lib/bb/ui/knotty.py +++ b/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 1.2.3-korg