From: Brendan O'Dea Date: Thu, 16 Dec 2004 08:54:16 +0000 (+0000) Subject: missed arg X-Git-Tag: 2.2.1-2fdn3.1~19^2^2~1^2~268 X-Git-Url: http://git.sameswireless.fr/l2tpns.git/commitdiff_plain/8dd1897a8942739bfc8e28ee82ae1f94bcab6d5c missed arg --- diff --git a/l2tpns.c b/l2tpns.c index 4eaa033..618caf1 100644 --- a/l2tpns.c +++ b/l2tpns.c @@ -4,7 +4,7 @@ // Copyright (c) 2002 FireBrick (Andrews & Arnold Ltd / Watchfront Ltd) - GPL licenced // vim: sw=8 ts=8 -char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.70 2004-12-16 08:49:53 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.71 2004-12-16 08:54:16 bodea Exp $"; #include #include @@ -2466,7 +2466,7 @@ static void mainloop(void) if (c >= config->multi_read_count) LOG(3, 0, 0, "Reached multi_read_count (%d); processed %d udp, %d tun and %d cluster packets\n", - udp_pkts, tun_pkts, cluster_pkts); + config->multi_read_count, udp_pkts, tun_pkts, cluster_pkts); } // Runs on every machine (master and slaves).