mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 00:12:54 +00:00
Return info message that was used for debugging.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user