The highly important commit of changing a log line

This commit is contained in:
fjy 2013-06-26 17:27:04 -07:00
parent 15a4dae2b1
commit cce62cbd8b
1 changed files with 1 additions and 1 deletions

View File

@ -668,7 +668,7 @@ public class DruidMaster
synchronized (lock) {
final LeaderLatch latch = leaderLatch.get();
if (latch == null || !latch.hasLeadership()) {
log.info("[%s] is master, not me. Phooey.", latch == null ? null : latch.getLeader().getId());
log.info("LEGGO MY EGGO. [%s] is master.", latch == null ? null : latch.getLeader().getId());
stopBeingMaster();
return;
}