added logger for successful mail events

This commit is contained in:
Emil Siverhall 2012-04-12 08:30:29 +02:00
parent 411b52029c
commit ae33f381fd

@ -71,7 +71,7 @@ public class MailEventWorker extends AbstractWorker {
}
mailEvent = mailEventDao.reLoad(mailEvent); //Re-attach to session so delete works
mailEventDao.delete(mailEvent);
logger.info("Mail sent to the following recipients: "+recipients);
this.commitTransaction();
} catch(SendFailedException e){