summaryrefslogtreecommitdiffstats
path: root/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/task.c b/src/task.c
index 9526508..c45bbcc 100644
--- a/src/task.c
+++ b/src/task.c
@@ -76,6 +76,8 @@ void fastd_task_schedule_handshake(fastd_context *ctx, fastd_peer *peer, int tim
return;
}
+ pr_debug(ctx, "scheduling handshake with %P", peer);
+
fastd_task *task = malloc(sizeof(fastd_task));
task->type = TASK_HANDSHAKE;