From f19b4e995ea47f9243f152b39337330307453c9f Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 23 Oct 2014 15:00:01 +0100 Subject: bitbake: bitbake: clarify startup message Fix the startup message by making clear which server runs on which port. (Bitbake rev: 26d601ab2a677a422bab425696a2cf6357ff3576) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/bin/toaster | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/bin/toaster') diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 6f5d98e331..34f65e4721 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster @@ -74,6 +74,8 @@ function webserverStartAll() if ! cat "${BUILDDIR}/.toastermain.pid" | xargs -I{} kill -0 {} ; then retval=1 rm "${BUILDDIR}/.toastermain.pid" + else + echo "Webserver address: 0.0.0.0:8000" fi fi return $retval -- cgit v1.2.3-54-g00ecf