Index: trunk/DataStore/scripts/dsget
===================================================================
--- trunk/DataStore/scripts/dsget	(revision 26291)
+++ trunk/DataStore/scripts/dsget	(revision 39539)
@@ -53,4 +53,7 @@
     -exitval => 3,
 ) unless defined $uri and defined $filename;
+
+my $date = `date`;
+print "starting dsget $date";
 
 # XXX EAM : should not need parse_neb_key, but how to handle case
@@ -138,4 +141,6 @@
 my $tmpfilename = $tmp->filename;
 print "downloading file to $tmpfilename\n";
+$date = `date`;
+print "downloading starting  $date";
 
 # request the file from the remote data store server (save in tmpfilename)
@@ -158,4 +163,7 @@
 # this can't cross a file system boundry so we can assume that a move will
 # always be a rename operation instead of a copy and delete.
+
+$date = `date`;
+print "start copying file into nebulous  $date";
 
 my $neb;
@@ -233,4 +241,7 @@
 }
 
+$date = `date`;
+print "finished dsget $date";
+
 __END__
 
