Co-authored-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
parent
ca603ba56e
commit
fb84f3f836
|
@ -415,7 +415,8 @@ public abstract class AbstractSessionManager extends ContainerLifeCycle implemen
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
LOG.warn("Invalidating session {} found to be expired when requested", id, e);
|
if (LOG.isDebugEnabled())
|
||||||
|
LOG.warn("Invalidating session {} found to be expired when requested", id, e);
|
||||||
}
|
}
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
|
|
Loading…
Reference in New Issue