summaryrefslogtreecommitdiffstats
path: root/vespabase/src/vespa-start-configserver.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vespabase/src/vespa-start-configserver.sh')
-rwxr-xr-xvespabase/src/vespa-start-configserver.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespabase/src/vespa-start-configserver.sh b/vespabase/src/vespa-start-configserver.sh
index 8473ec74a92..38a4249982e 100755
--- a/vespabase/src/vespa-start-configserver.sh
+++ b/vespabase/src/vespa-start-configserver.sh
@@ -61,7 +61,7 @@ findroot
${VESPA_HOME}/bin/vespa-prestart.sh || exit 1
willrun=${VESPA_HOME}/libexec/vespa/start-configserver
if [ -x $willrun ]; then
- echo "Starting $willrun" >&2
+ echo "Running $willrun" >&2
exec $willrun
fi
echo "FATAL cannot run: $willrun"