From fb9374be05108422a9662217e727b940ef896bf6 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 9 Dec 2008 21:56:50 +0000 Subject: Fix copious amounts of debugging messages. Add concept of warning messages. --- module/p11-capi-trust.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/p11-capi-trust.c') diff --git a/module/p11-capi-trust.c b/module/p11-capi-trust.c index e45106a..08e5ac6 100644 --- a/module/p11-capi-trust.c +++ b/module/p11-capi-trust.c @@ -365,7 +365,7 @@ parse_restrictions(TrustObjectData* tdata) if(rst->cbData != 1 && rst->cUnusedBits != 0) { - DBG(("key usage are of invalid size")); + WARN(("key usage are of invalid size")); } else { -- cgit v1.2.3