Index: /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl
===================================================================
--- /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl	(revision 39911)
+++ /tags/ipp-20150312/ippScripts/scripts/rawcheck.pl	(revision 39912)
@@ -49,7 +49,7 @@
 if ($save_log) {
     my $time = time();
-    my $logDest = "neb://any/raw_check/exp_${exp_id}.${time}";
+    my $logDest = "neb://any/raw_check/exp_${exp_id}";
     my $ipprc = PS::IPP::Config->new( "GPC1" ) or die "Could not create config object.\n";
-    $ipprc->redirect_output($logDest) or die "Could not redirect output to logfile ${logDest}\n";
+    $ipprc->redirect_to_logfile($logDest) or die "Could not redirect output to logfile ${logDest}\n";
 }
 
