IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 23, 2010, 3:55:02 PM (16 years ago)
Author:
rhenders
Message:

Cosmetic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/roboczar.pl

    r28704 r28707  
    4747}
    4848
    49 
    5049###########################################################################
    5150#
     
    5453###########################################################################
    5554sub updateServerStatus {
    56     print "* Checking Servers\n";
     55    print "* Checking all pantasks servers\n";
    5756
    5857    my $servers = $pantasks->getServerList();
     
    104103            if ($str =~ m/on/) {$reverting = 1;}
    105104            else {$reverting = 0;}
    106             print "* Storing for stage $stage\n";
     105            print "* Checking labels for $stage stage\n";
    107106
    108107            foreach $row ( @{$rows} ) {
     
    178177}
    179178
    180 
    181179###########################################################################
    182180#
     
    195193    close(MAIL);
    196194}
    197 
    198 
Note: See TracChangeset for help on using the changeset viewer.