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]>
  • Loading branch information
Julian C. Dunn committed Jun 20, 2016
1 parent 2b6804f commit 5cb8947
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 5cb8947

Please sign in to comment.