HBASE-1121 Cluster confused about where -ROOT- is; commit better logging

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@734054 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2009-01-13 06:55:50 +00:00
parent a59ddf299e
commit 0b36056fde
1 changed files with 1 additions and 2 deletions

View File

@ -776,8 +776,7 @@ public class HConnectionManager implements HConstants {
// so we can stop doing retries and return the result.
server.getRegionInfo(HRegionInfo.ROOT_REGIONINFO.getRegionName());
if (LOG.isDebugEnabled()) {
LOG.debug("Found ROOT at " + rootRegionAddress +
" (server=" + server + ")");
LOG.debug("Found ROOT at " + rootRegionAddress);
}
break;
} catch (IOException e) {