Skip to content

Commit

Permalink
Merge a95ba20 into 15e0630
Browse files Browse the repository at this point in the history
  • Loading branch information
renhwztetecs committed Jan 25, 2018
2 parents 15e0630 + a95ba20 commit d570a7c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/mon/PaxosService.cc
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,7 @@ void PaxosService::_active()
return;
}
} else {
if (!mon->is_leader()) {
dout(7) << __func__ << " we are not the leader, hence we propose nothing!" << dendl;
}
dout(7) << __func__ << " we are not the leader, hence we propose nothing!" << dendl;
}

// wake up anyone who came in while we were proposing. note that
Expand Down

0 comments on commit d570a7c

Please sign in to comment.