Index: trunk/ippScripts/scripts/receive_setstatus.pl
===================================================================
--- trunk/ippScripts/scripts/receive_setstatus.pl	(revision 24038)
+++ trunk/ippScripts/scripts/receive_setstatus.pl	(revision 27718)
@@ -8,6 +8,7 @@
 use Sys::Hostname;
 my $host = hostname();
+my $date = `date`;
 print "\n\n";
-print "Starting script $0 on $host\n\n";
+print "Starting script $0 on $host at $date\n\n";
 
 use vars qw( $VERSION );
@@ -74,5 +75,5 @@
         $fileargs = " --list - --copy --abspath";
     }
-        
+
     # XXX need to create a fileset type for this
     my $command = "echo $regline | dsreg --add $status_fs_name --product $status_product --type notset";
