Index: trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8382)
+++ trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 8410)
@@ -54,7 +54,7 @@
 #.* == hi or lo
 reason1="Pulse is too much to the right, out of .*-gain range"
-reason2="No entry for resource id '2[45]' found in"
+#reason2="No entry for resource id '2[45]' found in"
 echo "reason1: "$reason1 >> $scriptlog 2>&1
-echo "reason2: "$reason2 >> $scriptlog 2>&1
+#echo "reason2: "$reason2 >> $scriptlog 2>&1
 
 # find files containing reason 
@@ -72,5 +72,6 @@
 for file in $files
 do 
-   pulse=`cat $file | grep "$reason1\|$reason2"`
+#   pulse=`cat $file | grep "$reason1\|$reason2"`
+   pulse=`cat $file | grep "$reason1"`
    sequ=`echo $file | cut -d/ -f6`
    path=`dirname $file`
