Commit c9797632 authored by Ingvar Hagelund's avatar Ingvar Hagelund

Added a missing echo from the init script. Console no longer hides failure output.

git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@5499 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 1d3a17ac
...@@ -70,6 +70,7 @@ start() { ...@@ -70,6 +70,7 @@ start() {
echo echo
else else
echo_failure echo_failure
echo
fi fi
return $retval return $retval
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment