From ad7bd09dcbfaf27d1759b9b82f178e0c71329a4b Mon Sep 17 00:00:00 2001 From: Saverio Proto Date: Fri, 23 May 2014 10:53:51 +0200 Subject: [PATCH] Adding comment --- src/net.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net.c b/src/net.c index 866bacb1..deac6eee 100644 --- a/src/net.c +++ b/src/net.c @@ -178,6 +178,8 @@ static void periodic_handler(event_loop_t *loop, void *data) { } if(!found) { + //TODO: if the node is blacklisted the connection will not happen, but + //the user will read this debug message "Autoconnecting to %s" that is misleading logger(DEBUG_CONNECTIONS, LOG_INFO, "Autoconnecting to %s", n->name); outgoing_t *outgoing = xzalloc(sizeof *outgoing); outgoing->name = xstrdup(n->name); -- 2.39.2