X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fedge.c;h=da1cdb45fe79209089d03a9a91204991d86f2905;hb=c73bdd6bc8e213b7e27848b97307228c01570a1d;hp=f0337e1eb90d0cbea92040ad16fa230395a9af49;hpb=52e7699273a3009fe4d91e608522401076922785;p=tinc diff --git a/src/edge.c b/src/edge.c index f0337e1e..da1cdb45 100644 --- a/src/edge.c +++ b/src/edge.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: edge.c,v 1.1.2.8 2002/03/22 11:43:46 guus Exp $ + $Id: edge.c,v 1.1.2.9 2002/03/22 13:31:18 guus Exp $ */ #include "config.h" @@ -201,7 +201,7 @@ cp from_udp = sockaddr2hostname(&e->from.udpaddress); // to_tcp = sockaddr2hostname(&e->to.tcpaddress); to_udp = sockaddr2hostname(&e->to.udpaddress); - syslog(LOG_DEBUG, _(" %s at %s - %s at %s options %ld weight %d"), + syslog(LOG_DEBUG, _(" %s at %s - %s at %s options %lx weight %d"), e->from.node->name, from_udp, e->to.node->name, to_udp, e->options, e->weight);