Index: trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7902)
+++ trunk/MagicSoft/Mars/datacenter/scripts/makecallistolinks	(revision 7911)
@@ -84,5 +84,4 @@
          echo "  reason: $pulse" >> $scriptlog 2>&1
          resetlogpath=$logpath/resetcallisto
-         echo "resetlogpath: $resetlogpath" >> $scriptlog 2>&1
          makedir $resetlogpath >> $scriptlog 2>&1
          resetlog=$resetlogpath/reset-callisto-$sequ.log
@@ -90,7 +89,7 @@
          check1=`root -q -b $macrospath/resetcolumn.C+\("\"$column\""\,"\"$table\""\,"\"$sequ\""\,"\"$sequ\""\,kFALSE\) | tee $resetlog | grep int | sed -e 's/(int)//'`
          case $check1 in
-            1)   echo "check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
+            1)   echo " check1=$check1 -> everything ok, callisto has been reset " >> $scriptlog 2>&1
                  ;;
-            *)   echo "check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&1
+            *)   echo " check1=$check1 -> ERROR -> step could not be resetted -> continue " >> $scriptlog 2>&1
                  continue ;;
          esac
