HBASE-24295 [Chaos Monkey] abstract logging through the class hierarchy ; ADDENDUM

Signed-off-by: Jan Hentschel <jan.hentschel@ultratendency.com>
This commit is contained in:
Nick Dimiduk 2020-05-05 15:15:18 -07:00 committed by Nick Dimiduk
parent 378e6ed127
commit 6cf140850c
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import org.slf4j.LoggerFactory;
* Action that tries to restart the active master. * Action that tries to restart the active master.
*/ */
public class RestartActiveMasterAction extends RestartActionBaseAction { public class RestartActiveMasterAction extends RestartActionBaseAction {
private static final Logger LOG = LoggerFactory.getLogger(RestartActionBaseAction.class); private static final Logger LOG = LoggerFactory.getLogger(RestartActiveMasterAction.class);
public RestartActiveMasterAction(long sleepTime) { public RestartActiveMasterAction(long sleepTime) {
super(sleepTime); super(sleepTime);