Skip to content

Commit

Permalink
move invalid 200 response log to info
Browse files Browse the repository at this point in the history
Signed-off-by: strawberry <[email protected]>
  • Loading branch information
girlbossceo committed Apr 3, 2024
1 parent 6800f91 commit bd69d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service/sending/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ where
}

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 {
Expand Down

0 comments on commit bd69d9b

Please sign in to comment.