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:
Brian Stansberry 2008-02-28 17:29:15 +00:00
parent 8e3b6b9974
commit e387e39e44
1 changed files with 2 additions and 0 deletions

View File

@ -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);