summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-02-03 17:11:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-10 23:07:47 +0000
commited5c448e2b9a6eb3c8db69905f8d2d37247b72b4 (patch)
tree11ac6cb2422e831a9d4ca3b1e3cfc8488a3e77a0 /bitbake
parent514b7cf3bf4db33714bc7b58e68c2d0107717c59 (diff)
downloadast2050-yocto-poky-ed5c448e2b9a6eb3c8db69905f8d2d37247b72b4.zip
ast2050-yocto-poky-ed5c448e2b9a6eb3c8db69905f8d2d37247b72b4.tar.gz
bitbake: toaster: correct typo in toaster script
A small typo slipped in the message included in the fix for [YOCTO #6023]. (Bitbake rev: f28fb3d660d8726b75e6c31fa36bc22b54e1bca7) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rwxr-xr-xbitbake/bin/toaster4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
index 85a2575..6f7c6f0 100755
--- a/bitbake/bin/toaster
+++ b/bitbake/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
OpenPOWER on IntegriCloud