Botched 1069

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@728134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2008-12-19 20:27:35 +00:00
parent cbf0b2d0c4
commit 3f47ea124a
1 changed files with 1 additions and 1 deletions

View File

@ -700,7 +700,7 @@ public class HRegion implements HConstants {
return midKey;
}
}
LOG.info("starting " (majorCompaction? : "major" : "") +
LOG.info("starting " + (majorCompaction? "major" : "") +
" compaction on region " + this);
long startTime = System.currentTimeMillis();
doRegionCompactionPrep();