Add debug log msg
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14378 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
8e3b6b9974
commit
e387e39e44
|
@ -78,6 +78,8 @@ public abstract class BasicRegionAdapter implements Region {
|
|||
optimistic = jbcCache.getConfiguration().getNodeLockingScheme() == NodeLockingScheme.OPTIMISTIC;
|
||||
log = LoggerFactory.getLogger(getClass());
|
||||
activateLocalClusterNode();
|
||||
|
||||
log.debug("Created Region for " + regionName + " -- regionPrefix is " + regionPrefix);
|
||||
}
|
||||
|
||||
protected abstract Fqn<String> createRegionFqn(String regionName, String regionPrefix);
|
||||
|
|
Loading…
Reference in New Issue