log regular cleanup actions at 3
authorbodea <bodea>
Tue, 31 May 2005 12:09:33 +0000 (12:09 +0000)
committerbodea <bodea>
Tue, 31 May 2005 12:09:33 +0000 (12:09 +0000)
l2tpns.c

index 329d6f9..808464d 100644 (file)
--- 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
 
 // 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 <arpa/inet.h>
 #include <assert.h>
 
 #include <arpa/inet.h>
 #include <assert.h>
@@ -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);
 
                "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);
 }
 
                t_slice, r_slice, s_slice);
 }
 
-
 //
 // Are we in the middle of a tunnel update, or radius
 // requests??
 //
 // Are we in the middle of a tunnel update, or radius
 // requests??