Changeset 791

Show
Ignore:
Timestamp:
06/21/07 17:28:58 (6 years ago)
Author:
max
Message:

Minor bugfix: parse exit codes correctly in stats

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/server_daily_maint

    r779 r791  
    391391                                $store->{total}->{'c_'.$c.'_runs'}++; 
    392392                                $store->{per_hour}->[$hr_num]->{$g."_sysid_list"}->{$sid}++ if ($sid); 
    393                                 if ($retcode =~ /(.*):(.*)/) 
     393                                if ($retcode =~ /(.*?):(.*)/) 
    394394                                { 
    395395                                    my ($code, $msg) = ($1, $2);