Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2017-06-02 10:07:26 +10:00 committed by Joakim Erdfelt
parent 82dfd8fd74
commit ec6d5ac9ff
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class HazelcastSessionDataStore
{ {
if (LOG.isDebugEnabled()) if (LOG.isDebugEnabled())
{ {
LOG.debug( "Session {} does not exist in infinispan", candidate ); LOG.debug( "Session {} does not exist in Hazelcast", candidate );
} }
return true; return true;
} }