summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fastd.c')
-rw-r--r--src/fastd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fastd.c b/src/fastd.c
index bcd6bf6..cd1f1df 100644
--- a/src/fastd.c
+++ b/src/fastd.c
@@ -596,7 +596,7 @@ static void handle_tasks(fastd_context *ctx) {
if (task->peer->state != STATE_WAIT && task->peer->state != STATE_TEMP)
break;
- pr_debug(ctx, "Sending handshake...");
+ pr_debug(ctx, "Sending handshake to %P...", task->peer);
fastd_handshake_send(ctx, task->peer);
if (task->peer->state == STATE_WAIT)