Changeset 1310
- Timestamp:
- 10/16/09 07:47:20 (6 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/api/perl/MogileFS-Client/lib/MogileFS/Backend.pm
r1198 r1310 160 160 close($sock); 161 161 $self->run_hook('do_request_read_timeout', $cmd, $self->{last_host_connected}); 162 return _fail("t racker 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]"); 163 163 } 164 164
