[bitbake-devel] [PATCH 03/27] toaster: correct typo in toaster script

Alex DAMIAN alexandru.damian at intel.com
Mon Feb 9 18:01:33 UTC 2015


From: Belen Barros Pena <belen.barros.pena at intel.com>

A small typo slipped in the message included in
the fix for [YOCTO #6023].

Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
---
 bin/toaster | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/toaster b/bin/toaster
index 85a2575..6f7c6f0 100755
--- a/bin/toaster
+++ b/bin/toaster
@@ -242,8 +242,8 @@ if [ ${CMD} == "start" ] && [ $lock -eq 0 ]; then
 fi
 
 if [ ${CMD} == "start" ] && [ -e $BUILDDIR/.toastermain.pid ] && kill -0 `cat $BUILDDIR/.toastermain.pid`; then
-    echo "Error: bitbake appears to be dead, but the webserver is alive. Something fishy is going on." 1>&2
-    echo "Cleaning up the web server at to start a clean slate."
+    echo "Warning: bitbake appears to be dead, but the Toaster web server is running. Something fishy is going on." 1>&2
+    echo "Cleaning up the web server to start from a clean slate."
     webserverKillAll
 fi
 
-- 
1.9.1




More information about the bitbake-devel mailing list