some ipsec listall finetuning

This commit is contained in:
Andreas Steffen
2009-10-06 23:19:46 +02:00
parent ce2f2461e0
commit 20afe5e9f5
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -721,7 +721,7 @@ void list_crl_fetch_requests(bool utc)
whack_log(RC_COMMENT, " trials: %d", req->trials);
dntoa(buf, BUF_LEN, req->issuer);
whack_log(RC_COMMENT, " issuer: '%s'", buf);
whack_log(RC_COMMENT, " issuer: \"%s\"", buf);
if (req->authKeyID.ptr != NULL)
{
datatot(req->authKeyID.ptr, req->authKeyID.len, ':'