X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconnection.c;h=186a60b110d32db45be36d1aa91d701ed5b91af2;hp=946ea5c3db77d06b75f7be2347be7a34fb4b7070;hb=21027b1d5702c331b1ebb262bb149c75be1f24b1;hpb=18d1233c40a5705e9123edd6f4c6764a5178003b diff --git a/src/connection.c b/src/connection.c index 946ea5c3..186a60b1 100644 --- a/src/connection.c +++ b/src/connection.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: connection.c,v 1.1.2.16 2001/09/24 14:16:29 guus Exp $ + $Id: connection.c,v 1.1.2.17 2001/10/08 11:47:55 guus Exp $ */ #include "config.h" @@ -248,9 +248,9 @@ cp for(node = id_tree->head; node; node = node->next) { cl = (connection_t *)node->data; - syslog(LOG_DEBUG, _(" %s at %s port %hd options %ld sockets %d, %d status %04x nexthop %s lastbutonehop %s"), + syslog(LOG_DEBUG, _(" %s at %s port %hd options %ld sockets %d, %d status %04x nexthop %s prevhop %s via %s"), cl->name, cl->hostname, cl->port, cl->options, - cl->socket, cl->meta_socket, cl->status, cl->nexthop->name, cl->lastbutonehop->name); + cl->socket, cl->meta_socket, cl->status, cl->nexthop->name, cl->prevhop->name, cl->via->name); } syslog(LOG_DEBUG, _("End of connection list."));