Skip to content

Commit

Permalink
fixing a log message
Browse files Browse the repository at this point in the history
  • Loading branch information
amitu committed Feb 21, 2024
1 parent 97bf6ef commit 45f5345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastn-core/src/mail.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl Mailer {
body: String,
) -> Result<(), MailError> {
if !enable_email {
tracing::info!("mail sent to: {}", &to);
tracing::info!("enable_mail is not set, not sending mail to: {}", &to);
return Ok(());
}

Expand Down

0 comments on commit 45f5345

Please sign in to comment.