diff --git a/trunk/debian/tor.init b/trunk/debian/tor.init index 208cb761dc..3763996f9f 100644 --- a/trunk/debian/tor.init +++ b/trunk/debian/tor.init @@ -48,7 +48,7 @@ case "$1" in if [ "$RUN_DAEMON" != "yes" ]; then echo "Not starting $DESC (Disabled in $DEFAULTSFILE)." else - echo "Starting $DESC..." + echo "Starting $DESC: $NAME..." start-stop-daemon --start --quiet --oknodo \ --chuid debian-tor:debian-tor \ --pidfile $TORPID \