X-Git-Url: http://git.sameswireless.fr/l2tpns.git/blobdiff_plain/5bcf1eb45ac0d39caa05e4d8e6b5de4faa88df7b..0bf11bc7fd93e0deafa8b6e09f89be30bf5fb824:/l2tpns.c diff --git a/l2tpns.c b/l2tpns.c index 329d6f9..808464d 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.73.2.14 2005/05/31 11:39:36 bodea Exp $"; +char const *cvs_id_l2tpns = "$Id: l2tpns.c,v 1.73.2.15 2005/05/31 12:09:33 bodea Exp $"; #include #include @@ -2306,7 +2306,7 @@ static void regular_cleanups(double period) } } - LOG((t_actions || r_actions || s_actions) ? 4 : 5, 0, 0, + LOG((t_actions || r_actions || s_actions) ? 3 : 4, 0, 0, "Regular cleanup: processed %d tunnels, %d radius and %d sessions\n", t_actions, r_actions, s_actions); @@ -2314,7 +2314,6 @@ static void regular_cleanups(double period) t_slice, r_slice, s_slice); } - // // Are we in the middle of a tunnel update, or radius // requests??