fix log message
This commit is contained in:
parent
92a868bc21
commit
4f2b2ccecd
@ -170,7 +170,7 @@ emailPlugin.sendVerificationEmail = function (email, secret) {
|
||||
if (err) {
|
||||
logger.error('An error occurred when trying to send email to ' + email, err);
|
||||
} else {
|
||||
logger.error('Message sent: ' + info.response);
|
||||
logger.error('Message sent: ', info);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user