From 70440be73cdd51a45763ab1563295a6dcdb38c2b Mon Sep 17 00:00:00 2001 From: "nelson%bolyard.com" Date: Thu, 2 Oct 2008 00:56:15 +0000 Subject: Bug 457984: Enable PKCS11 module logging in optimized builds, r=rrelyea --- security/nss/lib/pk11wrap/pk11load.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'security/nss') diff --git a/security/nss/lib/pk11wrap/pk11load.c b/security/nss/lib/pk11wrap/pk11load.c index 49d826dbe..c8de0b8ca 100644 --- a/security/nss/lib/pk11wrap/pk11load.c +++ b/security/nss/lib/pk11wrap/pk11load.c @@ -37,6 +37,7 @@ * The following handles the loading, unloading and management of * various PCKS #11 modules */ +#define FORCE_PR_LOG 1 #include "seccomon.h" #include "pkcs11.h" #include "secmod.h" @@ -48,9 +49,7 @@ #include "secerr.h" #include "prenv.h" -#ifdef DEBUG #define DEBUG_MODULE 1 -#endif #ifdef DEBUG_MODULE static char *modToDBG = NULL; -- cgit v1.2.1