diff options
Diffstat (limited to 'src/pluto/log.c')
-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 d4fa7bc13..e34409f1c 100644 --- a/src/pluto/log.c +++ b/src/pluto/log.c @@ -850,7 +850,7 @@ void show_status(bool all, const char *name) { if (all) { - whack_log(RC_COMMENT, "Daemon status (pluto "VERSION"):"); + whack_log(RC_COMMENT, "Status of IKEv1 pluto daemon (strongSwan "VERSION"):"); show_ifaces_status(); show_myid_status(); show_loaded_plugins(); |