HBASE-19449 Minor logging change in HFileArchiver
Signed-off-by: Apekshit Sharma <appy@apache.org>
This commit is contained in:
parent
a58f65212c
commit
4033405b36
|
@ -255,7 +255,7 @@ public class HFileArchiver {
|
||||||
}
|
}
|
||||||
|
|
||||||
// otherwise we attempt to archive the store files
|
// 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
|
// Wrap the storefile into a File
|
||||||
StoreToFile getStorePath = new StoreToFile(fs);
|
StoreToFile getStorePath = new StoreToFile(fs);
|
||||||
|
|
Loading…
Reference in New Issue