IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 21, 2010, 11:35:15 AM (16 years ago)
Author:
Paul Price
Message:

Add date of processing to output log.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/dist_defineruns.pl

    r26998 r27718  
    1111use Sys::Hostname;
    1212my $host = hostname();
     13my $date = `date`;
    1314print "\n\n";
    14 print "Starting script $0 on $host\n\n";
     15print "Starting script $0 on $host at $date\n\n";
    1516
    1617use vars qw( $VERSION );
Note: See TracChangeset for help on using the changeset viewer.