From: Saverio Proto Date: Fri, 23 May 2014 08:53:51 +0000 (+0200) Subject: Adding comment X-Git-Url: http://git.meshlink.io/?p=meshlink;a=commitdiff_plain;h=ad7bd09dcbfaf27d1759b9b82f178e0c71329a4b Adding comment --- 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);