--- gvpe/src/connection.C 2008/08/10 15:04:55 1.75 +++ gvpe/src/connection.C 2008/08/11 16:37:47 1.77 @@ -1145,8 +1145,9 @@ si = rsi; protocol = rsi.prot; - slog (L_INFO, _("%s(%s): connection established, protocol version %d.%d."), + slog (L_INFO, _("%s(%s): connection established (%s), protocol version %d.%d."), conf->nodename, (const char *)rsi, + is_direct ? "direct" : "routed", p->prot_major, p->prot_minor); connection_established (); @@ -1206,8 +1207,8 @@ // { si = rsi; - slog (L_INFO, _("%s(%s): socket address changed to %s."), - conf->nodename, (const char *)si, (const char *)rsi); + slog (L_INFO, _("%s(%s): socket address changed."), + conf->nodename, (const char *)si); // } //else // slog (L_INFO, _("%s(%s): accepted packet from %s, not (yet) redirecting traffic."),