X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet.c;h=deac6eee42a612a57ef3e621a0eb657f0b924913;hb=4a394cb400f1fead252527de2c9412bda6fc4fd4;hp=866bacb10c7eb46d5cdaaf93086f8d72ad1129d0;hpb=976166f5b3cbdd238538fba6d275af8ad7e49e6a;p=meshlink 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);