aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2015-05-02 21:10:56 +0200
committerMartin Willi <martin@revosec.ch>2015-05-04 13:25:30 +0200
commitea79cd6ade41e31f08807addea1db2d5b4ae78e2 (patch)
treec579b75dd485412903bcd44f47946e91552e3802
parentf5db98c0384fc3472da4abef1d7c2557e0f5cf62 (diff)
downloadstrongswan-ea79cd6ade41e31f08807addea1db2d5b4ae78e2.tar.bz2
strongswan-ea79cd6ade41e31f08807addea1db2d5b4ae78e2.tar.xz
swanctl: Add missing unit in install-time log
-rw-r--r--src/swanctl/commands/list_sas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swanctl/commands/list_sas.c b/src/swanctl/commands/list_sas.c
index 81e1b7cca..b44d049c1 100644
--- a/src/swanctl/commands/list_sas.c
+++ b/src/swanctl/commands/list_sas.c
@@ -126,7 +126,7 @@ CALLBACK(child_sas, int,
}
printf("\n");
- printf(" installed %s ago", child->get(child, "install-time"));
+ printf(" installed %ss ago", child->get(child, "install-time"));
if (child->get(child, "rekey-time"))
{
printf(", rekeying in %ss", child->get(child, "rekey-time"));