Changeset 1310

Show
Ignore:
Timestamp:
10/16/09 07:47:20 (6 weeks ago)
Author:
dormando
Message:

Clarify that damn timeout error.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/api/perl/MogileFS-Client/lib/MogileFS/Backend.pm

    r1198 r1310  
    160160        close($sock); 
    161161        $self->run_hook('do_request_read_timeout', $cmd, $self->{last_host_connected}); 
    162         return _fail("tracker socket never became readable ($self->{last_host_connected}) when sending command: [$req]"); 
     162        return _fail("timed out after $self->{timeout}s against $self->{last_host_connected} when sending command: [$req]"); 
    163163    } 
    164164