shorter log msg for ping/pong (#882)

This commit is contained in:
Antioch Peverell 2018-03-27 09:23:19 -04:00 committed by Yeastplume
parent e32d353543
commit 90c71625aa

View file

@ -623,8 +623,7 @@ impl NetAdapter for Peers {
fn peer_difficulty(&self, addr: SocketAddr, diff: Difficulty, height: u64) { fn peer_difficulty(&self, addr: SocketAddr, diff: Difficulty, height: u64) {
debug!( debug!(
LOGGER, LOGGER,
"peer total_diff @ height (ping/pong): {}: {} @ {} \ "ping/pong: {}: {} @ {} vs us: {} @ {}",
vs us: {} @ {}",
addr, addr,
diff, diff,
height, height,