416679 Change warning to debug if no transaction manager present

This commit is contained in:
Jan Bartel 2013-09-06 15:31:59 +10:00
parent ee52769dea
commit 27b977f57d
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ public class PlusConfiguration extends AbstractConfiguration
}
catch (NameNotFoundException e)
{
LOG.info("No Transaction manager found - if your webapp requires one, please configure one.");
LOG.debug("No Transaction manager found - if your webapp requires one, please configure one.");
}
}