This commit is contained in:
Jan Bartel 2016-12-01 12:09:49 +11:00
parent ce6054391c
commit 4caaad7166
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ public class DefaultSessionIdManager extends ContainerLifeCycle implements Sessi
if (_houseKeeper == null)
{
LOG.warn("No SessionScavenger set, using defaults");
LOG.info("No SessionScavenger set, using defaults");
_ownHouseKeeper = true;
_houseKeeper = new HouseKeeper();
_houseKeeper.setSessionIdManager(this);