summaryrefslogtreecommitdiffstats
path: root/src/fastd.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-03-08 01:47:34 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-03-08 01:47:34 +0100
commit5268f248c91fb03f2de2a942a1eb1f171be96123 (patch)
treebc6690ef31132800dda4594559b952bc52dc4379 /src/fastd.c
parent4b707f3076d0208a860e8c4fa5e05a85e09a2102 (diff)
downloadfastd-5268f248c91fb03f2de2a942a1eb1f171be96123.tar
fastd-5268f248c91fb03f2de2a942a1eb1f171be96123.zip
New and improved handshake
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)