mirror of
https://github.com/mimblewimble/grin.git
synced 2025-02-01 17:01:09 +03:00
shorter log msg for ping/pong (#882)
This commit is contained in:
parent
e32d353543
commit
90c71625aa
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue