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