Skip to content

Commit

Permalink
Remove chattiness on issuing new census rumors
Browse files Browse the repository at this point in the history
Signed-off-by: Julian C. Dunn <[email protected]>

Pull request: #936
Approved by: metadave
  • Loading branch information
Julian C. Dunn authored and thesentinels committed Jun 20, 2016
1 parent 4be5bbb commit a73f7f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/sup/src/topology/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ fn run_internal<'a>(sm: &mut StateMachine<State, Worker<'a>, SupError>,
service_config.bind(worker.config.bind(), &cl);
}
if write_rumor {
outputln!("Writing our census rumor: {:#?}", me_clone);
debug!("Writing our census rumor: {:#?}", me_clone);
let mut rl = worker.rumor_list.write().unwrap();
rl.add_rumor(Rumor::census_entry(me_clone));
}
Expand Down

0 comments on commit a73f7f4

Please sign in to comment.