Beautify metrics datapoint logging (#5998)

This commit is contained in:
Michael Vines
2019-09-20 12:00:43 -07:00
committed by GitHub
parent 4b1de02bbb
commit 3d44cffcda
3 changed files with 12 additions and 2 deletions

View File

@ -177,7 +177,6 @@ impl RepairService {
("repair_request", format!("{:?}", repair_request), String),
("to", to.to_string(), String),
("from", local_addr.to_string(), String),
("id", id.to_string(), String)
);
}
repair_socket.send_to(&req, to).unwrap_or_else(|e| {