X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftop.c;h=373b180ff1ec9cb9cb9b59a501c698a1008e0723;hb=2f42896789a1798e71374fa2ddf555fe2fa46c44;hp=dc1fecf30d9eb7521fbe9ff5398c6b7362443063;hpb=c6b0e102ad7caabae6876849c97f8acaecf5bc1a;p=tinc diff --git a/src/top.c b/src/top.c index dc1fecf3..373b180f 100644 --- a/src/top.c +++ b/src/top.c @@ -108,7 +108,6 @@ static void update(int fd) { } else { found = xmalloc_and_zero(sizeof *found); found->name = xstrdup(name); - fprintf(stderr, "Inserting %s before %s\n", found->name, node->name); list_insert_before(&node_list, i, found); changed = true; break;