fix "retry" wording, it isn't but a try :)

This commit is contained in:
holger krekel
2022-05-02 18:10:02 +02:00
parent e1c3e95307
commit 0b80ade3ae

View File

@@ -420,7 +420,7 @@ pub(crate) async fn send_msg_to_smtp(
}
info!(
context,
"Retry number {} to send message {} over SMTP", retries, msg_id
"Try number {} to send message {} over SMTP", retries, msg_id
);
let recipients_list = recipients