diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/log.c b/src/pluto/log.c index 73ffceccd..36997122c 100644 --- a/src/pluto/log.c +++ b/src/pluto/log.c @@ -773,7 +773,7 @@ show_status(bool all, const char *name) whack_log(RC_COMMENT, BLANK_FORMAT); /* spacer */ } show_connections_status(all, name); - show_states_status(name); + show_states_status(all, name); #ifdef KLIPS show_shunt_status(); #endif |