summaryrefslogtreecommitdiffstats
path: root/bin/toaster
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-03 17:11:51 +0000
committerAlexandru DAMIAN <alexandru.damian@intel.com>2015-02-09 17:54:34 +0000
commitf28fb3d660d8726b75e6c31fa36bc22b54e1bca7 (patch)
treea38c0c46d6c1e16a1188ec30912409cbf2588b29 /bin/toaster
parentb96457870b40ba60dd5c86d83c43093d09b70aea (diff)
downloadbitbake-contrib-f28fb3d660d8726b75e6c31fa36bc22b54e1bca7.tar.gz
toaster: correct typo in toaster script
A small typo slipped in the message included in the fix for [YOCTO #6023]. Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Diffstat (limited to 'bin/toaster')
-rwxr-xr-xbin/toaster4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/toaster b/bin/toaster
index 85a2575a6..6f7c6f09e 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