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) {
|
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,
|
||||||
|
|
Loading…
Reference in a new issue