X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=a8860fb2929c473d90c69f2e547478db68021189;hp=8d87de161f59f8befec0468d888d45fc532df0d6;hb=6365d0627b9b1e9a31371ec891db0d2cfb4d6ed4;hpb=33d6de0cd5c05cbf37211924a45e4231fec3a416 diff --git a/src/protocol.c b/src/protocol.c index 8d87de16..a8860fb2 100644 --- a/src/protocol.c +++ b/src/protocol.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: protocol.c,v 1.28.4.95 2001/06/29 13:09:32 guus Exp $ + $Id: protocol.c,v 1.28.4.96 2001/07/01 09:21:01 guus Exp $ */ #include "config.h" @@ -256,7 +256,7 @@ cp if(!avl_insert_node(connection_tree, node)) { old = avl_search_node(connection_tree, node)->data; - syslog(LOG_ERR, _("%s is listening on %s:%s, which is already in use by %s!"), + syslog(LOG_ERR, _("%s is listening on %s:%hd, which is already in use by %s!"), cl->name, cl->hostname, cl->port, old->name); return -1; }