[Opensrf-commits] r1267 - trunk/bin

svn at svn.open-ils.org svn at svn.open-ils.org
Sun Mar 9 21:47:02 EDT 2008


Author: erickson
Date: 2008-03-09 21:14:03 -0400 (Sun, 09 Mar 2008)
New Revision: 1267

Modified:
   trunk/bin/osrf_ctl.sh
Log:
adding service name to the "stopping process.." log line

Modified: trunk/bin/osrf_ctl.sh
===================================================================
--- trunk/bin/osrf_ctl.sh	2008-03-09 01:16:48 UTC (rev 1266)
+++ trunk/bin/osrf_ctl.sh	2008-03-10 01:14:03 UTC (rev 1267)
@@ -116,7 +116,7 @@
 		fi;
 
         while read pid; do
-            echo "Stopping process $pid..."
+            echo "Stopping $item process $pid..."
             kill -s INT $pid
         done < $pidfile;
 		rm -f $pidfile;



More information about the opensrf-commits mailing list