diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:35:51 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-06-26 11:35:51 +0000 |
commit | 6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d (patch) | |
tree | 7047fbf7a1a0ae2a3fa7b61e0d444b8648e4e752 /programs/pluto/log.c | |
parent | 55fc0aea7f632d151b076c636752f0fa712cde86 (diff) | |
download | vyos-strongswan-6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d.tar.gz vyos-strongswan-6bdb8dc1a62c9bb4b0fd7e19e5f2b63357029c9d.zip |
Update to 2.7.2.
Diffstat (limited to 'programs/pluto/log.c')
-rw-r--r-- | programs/pluto/log.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/programs/pluto/log.c b/programs/pluto/log.c index 137e92980..73ffceccd 100644 --- a/programs/pluto/log.c +++ b/programs/pluto/log.c @@ -12,7 +12,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: log.c,v 1.7 2005/07/11 18:33:45 as Exp $ + * RCSID $Id: log.c,v 1.8 2006/04/29 18:16:02 as Exp $ */ #include <stdio.h> @@ -770,13 +770,11 @@ show_status(bool all, const char *name) show_ifaces_status(); show_myid_status(); show_debug_status(); + whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ } - whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ show_connections_status(all, name); - whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ show_states_status(name); #ifdef KLIPS - whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ show_shunt_status(); #endif } |