HBASE-19869 TestLockManager now uses the right class for logging

This commit is contained in:
Jan Hentschel 2018-01-26 21:04:33 +01:00
parent c2236b77cb
commit 851e17987d
1 changed files with 1 additions and 1 deletions

View File

@ -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;