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) {
debug!(
LOGGER,
"peer total_diff @ height (ping/pong): {}: {} @ {} \
vs us: {} @ {}",
"ping/pong: {}: {} @ {} vs us: {} @ {}",
addr,
diff,
height,