changed remaining plog() to DBG1()

This commit is contained in:
Andreas Steffen
2009-05-14 13:55:55 +02:00
parent 64e8ca281f
commit cb81cc1dc0
+1 -1
View File
@@ -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;