Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 9131)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 9134)
@@ -216,5 +216,7 @@
 #moving the files
 file=""
-opticalfiles=`find $transdir/optical -regextype posix-egrep -regex '^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$'`
+printprocesslog "INFO processing optical files"
+echo "processing optical files..." >> $scriptlog 2>&1
+opticalfiles=`find $transdir/optical -regextype posix-egrep -regex "^$transdir/optical/20[0-9][0-9]_[0-1][0-9]_[0-3][0-9]_.*_[RV][_]?[12]?[.]instr$"`
 for opticalfile in $opticalfiles
 do
@@ -265,4 +267,5 @@
 #update the catalog file magic_favorites.edb
 printprocesslog "INFO processing new catalog files"
+echo "Processing new catalog files" >> $scriptlog 2>&1
 magfav=magic_favorites.edb #catalog filename
 catalog=$setuppath/$magfav #current catalogfile
