From 2aff6baac7d793fbacc04c5926d43b754ecfe97d Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 10 Mar 2008 01:14:03 +0000 Subject: [PATCH] adding service name to the "stopping process.." log line git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1267 9efc2488-bf62-4759-914b-345cdb29e865 --- bin/osrf_ctl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/osrf_ctl.sh b/bin/osrf_ctl.sh index 4793c95..2674115 100755 --- a/bin/osrf_ctl.sh +++ b/bin/osrf_ctl.sh @@ -116,7 +116,7 @@ function do_action { fi; while read pid; do - echo "Stopping process $pid..." + echo "Stopping $item process $pid..." kill -s INT $pid done < $pidfile; rm -f $pidfile; -- 2.43.2