summaryrefslogtreecommitdiffstats
path: root/src/task.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-11-05 23:46:27 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-11-05 23:46:27 +0100
commit2bf6746fb7100e998afe639eb973ea19101f4407 (patch)
tree85515e0195a64dd36a0bf15d36a4e393806da303 /src/task.c
parentf7244b9309f5759476284bda62f66769cc40c3b7 (diff)
downloadfastd-2bf6746fb7100e998afe639eb973ea19101f4407.tar
fastd-2bf6746fb7100e998afe639eb973ea19101f4407.zip
Get rid of some annoyances with peer limits
Remove some debug messages, and don't resolve peers again and again we don't want to connect to anyways.
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/task.c b/src/task.c
index 3483853..ad84a49 100644
--- a/src/task.c
+++ b/src/task.c
@@ -47,8 +47,6 @@ 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;