diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 01:47:34 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-03-08 01:47:34 +0100 |
commit | 5268f248c91fb03f2de2a942a1eb1f171be96123 (patch) | |
tree | bc6690ef31132800dda4594559b952bc52dc4379 /src/fastd.c | |
parent | 4b707f3076d0208a860e8c4fa5e05a85e09a2102 (diff) | |
download | fastd-5268f248c91fb03f2de2a942a1eb1f171be96123.tar fastd-5268f248c91fb03f2de2a942a1eb1f171be96123.zip |
New and improved handshake
Diffstat (limited to 'src/fastd.c')
-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 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) |