Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 9170)
+++ trunk/MagicSoft/Mars/Changelog	(revision 9171)
@@ -20,4 +20,8 @@
 
  2008/11/18 Daniela Dorner
+
+   * datacenter/scripts/runcamera:
+     - redirect output from camera program to scriptlog
+     - own failed variable
 
    * datacenter/scripts/setup, datacenter/scripts/runcorsika:
Index: trunk/MagicSoft/Mars/datacenter/scripts/runcamera
===================================================================
--- trunk/MagicSoft/Mars/datacenter/scripts/runcamera	(revision 9170)
+++ trunk/MagicSoft/Mars/datacenter/scripts/runcamera	(revision 9171)
@@ -116,5 +116,5 @@
 echo "" >> $logfile 2>&1
 echo "" >> $logfile 2>&1
-printinputcard | ./camera
+printinputcard | ./camera >> $logfile 2>&1
 
 check1=$?
@@ -126,5 +126,5 @@
    *)   echo " check1=$check1 -> ERROR -> step has to be repeated" >> $scriptlog 2>&1
         printprocesslog "ERROR $program failed for sequence $sequence"
-        com=$Freflector
+        com=$Fcamera
         check=$check1
         ;;
