Index: trunk/MagicSoft/Mars/datacenter/scripts/rmlocks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/rmlocks	(revision 7944)
+++ trunk/MagicSoft/Mars/datacenter/scripts/rmlocks	(revision 7955)
@@ -50,6 +50,7 @@
    if [ $compdate -gt $filedate ]
    then 
-      printprocesslog "INFO removing file $file"
-      rm -v $file
+      printprocesslog "WARN lockfile $file is older than 12 hours"
+#      printprocesslog "INFO removing file $file"
+#      rm -v $file
       echo "date:  "$filedate
       echo "comp:  "$compdate
@@ -58,2 +59,4 @@
 done
 
+printprocesslog "INFO finished $0"
+
