PERFORCE change 114175 for review
Michael Bushkov
bushman at FreeBSD.org
Wed Feb 7 15:56:14 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=114175
Change 114175 by bushman at bushman_nss_ldap_cached on 2007/02/07 15:55:59
Default debug level changed to 1, higher level
should be set via options file
Affected files ...
.. //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#21 edit
Differences ...
==== //depot/projects/soc2006/nss_ldap_cached/src/lib/nss_ldap/nss_ldap.c#21 (text+ko) ====
@@ -118,7 +118,7 @@
static pthread_rwlock_t nss_ldap_lock = PTHREAD_RWLOCK_INITIALIZER;
static struct nss_ldap_configuration nss_ldap_conf;
struct nss_ldap_configuration *__nss_ldap_conf = NULL;
-int __nss_ldap_debug_level = 4;
+int __nss_ldap_debug_level = 1;
static int nss_ldap_configure();
static void nss_ldap_atexit();
More information about the p4-projects
mailing list