From 5268f248c91fb03f2de2a942a1eb1f171be96123 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 8 Mar 2012 01:47:34 +0100 Subject: New and improved handshake --- src/fastd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fastd.c') 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) -- cgit v1.2.3