From cb81cc1dc05b1b43484891d240284f4119a0b30a Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 12 May 2009 18:14:53 +0200 Subject: [PATCH] changed remaining plog() to DBG1() --- src/pluto/pkcs7.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pluto/pkcs7.c b/src/pluto/pkcs7.c index 21b8478f4..8bef68435 100644 --- a/src/pluto/pkcs7.c +++ b/src/pluto/pkcs7.c @@ -421,7 +421,7 @@ bool pkcs7_parse_envelopedData(chunk_t blob, chunk_t *data, case PKCS7_RECIPIENT_INFO_VERSION: if (*object.ptr != 0) { - plog("recipient info version is not 0"); + DBG1("recipient info version is not 0"); goto end; } break;