Skip to content

Commit 9e4d837

Browse files
committed
update log message to match (changed) exception #8305
The exception was changed in b51d2fc
1 parent b689f67 commit 9e4d837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/harvard/iq/dataverse/MailServiceBean.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public boolean sendSystemEmail(String to, String subject, String messageText, bo
123123
sent = true;
124124
} catch (MessagingException ssfe) {
125125
logger.warning("Failed to send mail to: " + to);
126-
logger.warning("SMTPSendFailedException Message: " + ssfe);
126+
logger.warning("MessagingException Message: " + ssfe);
127127
}
128128
} else {
129129
logger.fine("Skipping sending mail to " + to + ", because the \"no-reply\" address not set (" + Key.SystemEmail + " setting).");

0 commit comments

Comments
 (0)