HBASE-19869 TestLockManager now uses the right class for logging
This commit is contained in:
parent
c2236b77cb
commit
851e17987d
|
@ -55,7 +55,7 @@ public class TestLockManager {
|
|||
// crank this up if this test turns out to be flaky.
|
||||
private static final int LOCAL_LOCKS_TIMEOUT = 1000;
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(TestLockProcedure.class);
|
||||
private static final Logger LOG = LoggerFactory.getLogger(TestLockManager.class);
|
||||
protected static final HBaseTestingUtility UTIL = new HBaseTestingUtility();
|
||||
private static MasterServices masterServices;
|
||||
|
||||
|
|
Loading…
Reference in New Issue