aboutsummaryrefslogtreecommitdiff
path: root/libexec/app-operator-pid
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/app-operator-pid')
-rwxr-xr-xlibexec/app-operator-pid2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/app-operator-pid b/libexec/app-operator-pid
index a3781ee..c9b2096 100755
--- a/libexec/app-operator-pid
+++ b/libexec/app-operator-pid
@@ -94,7 +94,7 @@ command_start() {
esac
export APPSH_HOME
- echo "Starting app..."
+ debug "Starting app..."
$launcher <&- 1>&- 2>&- &
PID=$!