mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2024-11-26 16:33:44 +00:00
move invalid 200 response log to info
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
6800f91949
commit
bd69d9b565
|
@ -279,7 +279,7 @@ where
|
||||||
}
|
}
|
||||||
|
|
||||||
response.map_err(|e| {
|
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.")
|
Error::BadServerResponse("Server returned bad 200 response.")
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue