fix minor logging nit in ProcessRegionOpen
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@780537 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
839ce86b27
commit
7416b4ceaf
|
@ -75,7 +75,7 @@ class ProcessRegionOpen extends ProcessRegionStatusChange {
|
|||
|
||||
// Register the newly-available Region's location.
|
||||
LOG.info("updating row " + regionInfo.getRegionNameAsString() +
|
||||
" in region " + Bytes.toString(metaRegionName) + " with " +
|
||||
" in region " + Bytes.toString(metaRegionName) +
|
||||
" with startcode " + serverInfo.getStartCode() + " and server " +
|
||||
serverInfo.getServerAddress());
|
||||
BatchUpdate b = new BatchUpdate(regionInfo.getRegionName());
|
||||
|
|
Loading…
Reference in New Issue