mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-04-28 07:15:12 +00:00
move invalid 200 response log to info
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -279,7 +279,7 @@ pub(crate) async fn send_request<T>(destination: &ServerName, request: T) -> Res
|
||||
}
|
||||
|
||||
response.map_err(|e| {
|
||||
warn!("Invalid 200 response from {} on: {} {}", &destination, url, e);
|
||||
info!("Invalid 200 response from {} on: {} {}", &destination, url, e);
|
||||
Error::BadServerResponse("Server returned bad 200 response.")
|
||||
})
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user