Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 7862)
+++ trunk/MagicSoft/Mars/Changelog	(revision 7863)
@@ -30,4 +30,7 @@
    * steps.rc:
      - made interpretable for shell
+
+   * datacenter/scripts/makecallistolinks:
+     - removed reason2
 
 
Index: trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7862)
+++ trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7863)
@@ -53,7 +53,5 @@
 # reason why calibration with standard callisto.rc fails
 reason1="Pulse is too much to the right, cannot go beyond logain limits!"
-reason2="Pulse is too much to the left, cannot go below 0!"
 echo "reason1: "$reason1 >> $scriptlog 2>&1
-echo "reason2: "$reason2 >> $scriptlog 2>&1
 
 # find files containing reason 
@@ -73,5 +71,5 @@
 for file in $files
 do 
-   pulse=`cat $file | grep "$reason1\|$reason2"`
+   pulse=`cat $file | grep "$reason1"`
    sequ=`echo $file | cut -d/ -f6`
    path=`dirname $file`
