Index: trunk/MagicSoft/Mars/datacenter/scripts/copyscript
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 9187)
+++ trunk/MagicSoft/Mars/datacenter/scripts/copyscript	(revision 9190)
@@ -160,5 +160,15 @@
                echo "found run-file $filename" >> $scriptlog 2>&1
 
-               checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $copylogpath/filldotrun-$filename-log.txt | intgrep`
+               fillrunlog=$copylogpath"/filldotrun-$filename-log.txt"
+               checkfillrun=`root -q -b $macrospath/filldotrun.C+\("\"$file\""\,kFALSE\) | tee $fillrunlog | intgrep`
+               if grep WARN $fillrunlog >/dev/null
+               then 
+                  printprocesslog "WARN found in logfile "$fillrunlog
+               fi
+               
+               if grep ERROR $fillrunlog >/dev/null
+               then 
+                  printprocesslog "ERROR found in logfile "$fillrunlog
+               fi
 
                case $checkfillrun in
