shorter log msg for ping/pong (#882)
This commit is contained in:
committed by
Yeastplume
parent
e32d353543
commit
90c71625aa
+1
-2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user