Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
olivier lamy 2017-06-02 10:07:26 +10:00
parent a63e91d324
commit 2d787cb1ff
1 changed files with 1 additions and 1 deletions

View File

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