Index: trunk/ippScripts/scripts/summit_copy.pl
===================================================================
--- trunk/ippScripts/scripts/summit_copy.pl	(revision 31142)
+++ trunk/ippScripts/scripts/summit_copy.pl	(revision 39539)
@@ -19,5 +19,8 @@
 my $host = hostname();
 print "\n\n";
-print "Starting script $0 on $host\n\n";
+#print "Starting script $0 on $host\n\n";
+my $date = `date`;
+print "Starting script $0 on $host at $date";
+
 
 # Parse the command-line arguments
@@ -109,4 +112,7 @@
 my ($new_bytes, $new_md5) = check_instances($filename, $nebulous, $compress);
 
+$date = `date`;
+print "starting pztool instances checksum  $date";
+
 # command to update database
 $command  = "$pztool -copydone";
@@ -138,4 +144,8 @@
     print "skipping command: $command\n";
 }
+
+$date = `date`;
+print "finished  $date\n";
+
 
 sub get_file_params
