Merge branch 'logFix' into develop

* logFix:
  added logger for successful mail events
This commit is contained in:
Emil Siverhall 2012-04-12 08:30:59 +02:00
commit f2e572876e

@ -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){