Index: trunk/ippScripts/scripts/warp_skycell.pl
===================================================================
--- trunk/ippScripts/scripts/warp_skycell.pl	(revision 18562)
+++ trunk/ippScripts/scripts/warp_skycell.pl	(revision 18934)
@@ -52,5 +52,5 @@
 $ipprc->define_camera($camera);
 
-my $logDest = $ipprc->filename("TRACE.EXP", $outroot, $skycell_id);
+my $logDest = $ipprc->filename("LOG.EXP", $outroot, $skycell_id);
 
 $ipprc->redirect_output($logDest) if $redirect;
@@ -248,5 +248,5 @@
     warn($msg);
     if (defined $warp_id and defined $skycell_id and defined $tess_dir and not $no_update) {
-	# XXX change -tess_id to -tess_dir when db is updated
+        # XXX change -tess_id to -tess_dir when db is updated
         my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_dir -code $exit_code";
         $command .= " -hostname $host" if defined $host;
