Make the error message more explicit

This commit is contained in:
Pedro Algarvio 2014-02-08 00:25:30 +00:00
parent 1aea303774
commit 14dd68a2e9

View file

@ -3487,7 +3487,7 @@ if [ "$DAEMONS_RUNNING_FUNC" != "null" ] && [ $_START_DAEMONS -eq $BS_TRUE ]; th
[ $fname = "syndic" ] && [ $_INSTALL_SYNDIC -eq $BS_FALSE ] && continue
if [ $_ECHO_DEBUG -eq $BS_FALSE ]; then
echoerror "salt-$fname was not found running. Pass '-D' for additional debugging information..."
echoerror "salt-$fname was not found running. Pass '-D' to $__ScriptName when bootstrapping for additional debugging information..."
continue
fi