diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/fastd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c index 8ba4ea3..43b0a0a 100644 --- a/src/fastd.c +++ b/src/fastd.c @@ -815,7 +815,7 @@ static void send_handshake(fastd_context_t *ctx, fastd_peer_t *peer) { return; } - pr_debug(ctx, "sending handshake to %P...", peer); + pr_debug(ctx, "sending handshake to %P[%I]...", peer, &peer->address); peer->last_handshake = ctx->now; peer->last_handshake_address = peer->address; ctx->conf->protocol->handshake_init(ctx, peer->sock, &peer->local_address, &peer->address, peer); |