X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fconnlist.c;h=63f9e6c5be7ed7a6b95cdd743496ad5f974024db;hb=3f8f067e8b559366b9b41dee6a4312702c82042f;hp=89b11fbe256879982c776096ca2305122de992e8;hpb=5065ea32c32e27478d93c00a1bba0c812b7a2b8c;p=tinc diff --git a/src/connlist.c b/src/connlist.c index 89b11fbe..63f9e6c5 100644 --- a/src/connlist.c +++ b/src/connlist.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: connlist.c,v 1.1.2.12 2000/11/03 22:35:10 zarq Exp $ + $Id: connlist.c,v 1.1.2.14 2000/11/04 15:34:07 guus Exp $ */ #include "config.h" @@ -26,6 +26,7 @@ #include #include "net.h" /* Don't ask. */ +#include "netutl.h" #include "config.h" #include "conf.h" #include @@ -166,7 +167,7 @@ void dump_conn_list(void) cp syslog(LOG_DEBUG, _("Connection list:")); - syslog(LOG_DEBUG, _("%s at %s port %hd flags %d sockets %d, %d status %04x"), + syslog(LOG_DEBUG, _(" %s at %s port %hd flags %d sockets %d, %d status %04x"), myself->name, myself->hostname, myself->port, myself->flags, myself->socket, myself->meta_socket, myself->status);