More debug output, refs #6342
parent
3c1e7a67cf
commit
bf82bfdb10
|
@ -290,6 +290,7 @@ class RemoteFilesystem
|
||||||
$e->setHeaders($http_response_header);
|
$e->setHeaders($http_response_header);
|
||||||
$e->setStatusCode($this->findStatusCode($http_response_header));
|
$e->setStatusCode($this->findStatusCode($http_response_header));
|
||||||
$e->setResponse($result);
|
$e->setResponse($result);
|
||||||
|
$this->io->writeError('Content-Length mismatch, received "'.$result.'" ('.Platform::strlen($result).' out of '.$contentLength.' bytes)', true, IOInterface::DEBUG);
|
||||||
|
|
||||||
throw $e;
|
throw $e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue