From ea79cd6ade41e31f08807addea1db2d5b4ae78e2 Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 2 May 2015 21:10:56 +0200 Subject: [PATCH] swanctl: Add missing unit in install-time log --- src/swanctl/commands/list_sas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swanctl/commands/list_sas.c b/src/swanctl/commands/list_sas.c index 81e1b7ccaf..b44d049c1e 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")); -- 2.47.2