HBASE-19449 Minor logging change in HFileArchiver
Signed-off-by: Apekshit Sharma <appy@apache.org>
This commit is contained in:
parent
1102e1e252
commit
f30dfc69bb
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue