416679 Change warning to debug if no transaction manager present
This commit is contained in:
parent
ee52769dea
commit
27b977f57d
|
@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue