On 5/24/05, Geoffrey Elgey <[EMAIL PROTECTED]> wrote:
> In any case, I'd like to have the following lines added to the
> object_LogAttribute function of src/p11x_object.c, if they are not there
> already:
> 
> @@ -1011,6 +1011,10 @@
>               log_Log(LOG_LOW, "CKA_LABEL:%s", buf);
>               log_Log(LOG_LOW, "CKA_LABEL (string): %.*s",
> attrib->ulValueLen, attrib->pValue);
>               break;
> +        case CKA_APPLICATION:
> +            log_Log(LOG_LOW, "CKA_APPLICATION:%s", buf);
> +            log_Log(LOG_LOW, "CKA_APPLICATION (string): %.*s",
> attrib->ulValueLen, attrib->pValue);
> +            break;
>           case CKA_VALUE:
>               log_Log(LOG_LOW, "CKA_VALUE:%s", buf);
>               break;

Applied. Thanks.

-- 
 Dr. Ludovic Rousseau
 For private mail use [EMAIL PROTECTED] and not "big brother" Google

_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to