HDFS-12133. Correct ContentSummaryComputationContext Logger class name.. Contributed by Surendra Singh Lilhore.
This commit is contained in:
parent
f8cd55fe33
commit
04ff412dab
|
@ -48,7 +48,8 @@ public class ContentSummaryComputationContext {
|
|||
private int sleepNanoSec = 0;
|
||||
|
||||
public static final String REPLICATED = "Replicated";
|
||||
public static final Log LOG = LogFactory.getLog(INode.class);
|
||||
public static final Log LOG = LogFactory
|
||||
.getLog(ContentSummaryComputationContext.class);
|
||||
|
||||
private FSPermissionChecker pc;
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue