]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
swanctl: Add missing unit in install-time log
authorRomain Francoise <romain@orebokech.com>
Sat, 2 May 2015 19:10:56 +0000 (21:10 +0200)
committerMartin Willi <martin@revosec.ch>
Mon, 4 May 2015 11:25:30 +0000 (13:25 +0200)
src/swanctl/commands/list_sas.c

index 81e1b7ccaf25077f8598d6878603cdd198c707e9..b44d049c1ee0223ea132b97d8fefba8d3ac6dfbe 100644 (file)
@@ -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"));