fix log message

This commit is contained in:
Matias Alejo Garcia 2014-10-30 23:30:46 -03:00
parent 92a868bc21
commit 4f2b2ccecd

View File

@ -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);
}
});
});