Index: trunk/ippScripts/scripts/camera_exp.pl
===================================================================
--- trunk/ippScripts/scripts/camera_exp.pl	(revision 20652)
+++ trunk/ippScripts/scripts/camera_exp.pl	(revision 20661)
@@ -60,9 +60,16 @@
 
 my $logDest = $ipprc->filename("LOG.EXP", $outroot) or &my_die("Missing entry from camera config", $cam_id, $PS_EXIT_CONFIG_ERROR);
+
+if (not defined $run_state) { $run_state = 'new'; }
 if ($run_state eq 'update') {
     $logDest .= '.update';
 }
 
-$ipprc->redirect_output($logDest) if $redirect;
+if ($redirect) {
+    $ipprc->redirect_output($logDest);
+    print "\n\n";
+    print "Starting script $0 on $host\n\n";
+    print "COMMAND IS: @ARGV\n\n";
+}
 
 # Recipes to use based on reduction class
