Return info message that was used for debugging.

This commit is contained in:
Elizabeth Murray
2025-05-19 06:39:16 -07:00
parent 0dddb1e373
commit ac464c5f2c

View File

@@ -174,7 +174,6 @@ impl PageserverClient {
match response {
Err(status) => {
info!("get_page error: {:?}", status);
pooled_client.finish(Err(status.clone())).await; // Pass error to finish
return Err(PageserverClientError::RequestError(status));
}