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:
Andrew Kyle Purtell 2009-06-01 00:20:30 +00:00
parent 839ce86b27
commit 7416b4ceaf
1 changed files with 1 additions and 1 deletions

View File

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