summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornelson%bolyard.com <devnull@localhost>2008-10-02 00:56:15 +0000
committernelson%bolyard.com <devnull@localhost>2008-10-02 00:56:15 +0000
commit70440be73cdd51a45763ab1563295a6dcdb38c2b (patch)
tree5b7686c9e8ac0e337a8c33a2b50ce71e3d1f6006
parent04c72c6a2f735f6f3969c2c8894bde9905824985 (diff)
downloadnss-hg-70440be73cdd51a45763ab1563295a6dcdb38c2b.tar.gz
Bug 457984: Enable PKCS11 module logging in optimized builds, r=rrelyea
-rw-r--r--security/nss/lib/pk11wrap/pk11load.c3
1 files changed, 1 insertions, 2 deletions
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;