--- gvpe/src/connection.C 2008/08/07 19:07:02 1.70 +++ gvpe/src/connection.C 2008/08/08 06:51:56 1.71 @@ -713,7 +713,7 @@ { protocol = best_protocol (THISNODE->protocols & conf->protocols); - // mask out protocols we cannot establish + // mask out endpoints we can't connect to if (!conf->udp_port) protocol &= ~PROT_UDPv4; if (!conf->tcp_port) protocol &= ~PROT_TCPv4; if (!conf->dns_port) protocol &= ~PROT_DNSv4; @@ -744,7 +744,7 @@ return r->si; } else - slog (L_DEBUG, _("%s: node unreachable, no common protocol"), + slog (L_DEBUG, _("%s: node unreachable, no common protocol, no router"), conf->nodename); }