Skip to content

Commit

Permalink
update log message to match (changed) exception #8305
Browse files Browse the repository at this point in the history
The exception was changed in b51d2fc
  • Loading branch information
pdurbin committed Aug 3, 2023
1 parent b689f67 commit 9e4d837
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public boolean sendSystemEmail(String to, String subject, String messageText, bo
sent = true;
} catch (MessagingException ssfe) {
logger.warning("Failed to send mail to: " + to);
logger.warning("SMTPSendFailedException Message: " + ssfe);
logger.warning("MessagingException Message: " + ssfe);
}
} else {
logger.fine("Skipping sending mail to " + to + ", because the \"no-reply\" address not set (" + Key.SystemEmail + " setting).");
Expand Down

0 comments on commit 9e4d837

Please sign in to comment.