Merge remote-tracking branch 'origin/master' into jetty-9.1

This commit is contained in:
Jan Bartel 2013-09-06 15:33:45 +10:00
commit c6355854ab
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.");
}
}