HBASE-19449 Minor logging change in HFileArchiver

Signed-off-by: Apekshit Sharma <appy@apache.org>
This commit is contained in:
BELUGA BEHR 2018-03-12 22:00:38 +05:30 committed by Apekshit Sharma
parent 1102e1e252
commit f30dfc69bb
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ public class HFileArchiver {
}
// otherwise we attempt to archive the store files
if (LOG.isDebugEnabled()) LOG.debug("Archiving compacted store files.");
LOG.debug("Archiving compacted store files.");
// Wrap the storefile into a File
StoreToFile getStorePath = new StoreToFile(fs);