diff options
Diffstat (limited to 'src/pluto/pgp.c')
-rw-r--r-- | src/pluto/pgp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/pgp.c b/src/pluto/pgp.c index 1336ca667..c64f97825 100644 --- a/src/pluto/pgp.c +++ b/src/pluto/pgp.c @@ -633,7 +633,7 @@ list_pgp_end_certs(bool utc) c.type = CERT_PGP; c.u.pgp = cert; - whack_log(RC_COMMENT, "%T, count: %d", &cert->installed, utc), cert->count; + whack_log(RC_COMMENT, "%T, count: %d", &cert->installed, utc, cert->count); datatot(cert->fingerprint, PGP_FINGERPRINT_SIZE, 'x', buf, BUF_LEN); whack_log(RC_COMMENT, " fingerprint: %s", buf); form_keyid(cert->publicExponent, cert->modulus, buf, &keysize); |