This isn't even a change to the map, just something
that got echoed every time a new mon was the leader.
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit
c9eb2793e6074521d161632e20954295527d3653)
mon->has_ever_joined = true;
}
- if (mon->is_leader())
- mon->clog->info() << "monmap " << *mon->monmap;
+ if (mon->is_leader()) {
+ mon->clog->debug() << "monmap " << *mon->monmap;
+ }
apply_mon_features(mon->get_quorum_mon_features());
}