Changeset 319

Show
Ignore:
Timestamp:
11/29/06 21:26:02 (6 years ago)
Author:
lincoln
Message:

no point in sending "STATS: " text

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • applications/shepherd

    r318 r319  
    880880            &log($_); 
    881881            $prog_output .= $_ if ($want_output); 
    882             $pending_messages->{$component}->{stats} .= $_ if ($_ =~ /^STATS: /); 
     882            $pending_messages->{$component}->{stats} .= $1 if ($_ =~ /^STATS: (.*)/); 
    883883        } 
    884884        alarm(0) if ($timeout > 0); # cancel alarm