This commit is contained in:
Pierangelo Masarati 2002-04-08 18:39:23 +00:00
parent 4b9fa66188
commit 4a2b9b2195
5 changed files with 5 additions and 5 deletions

View File

@ -776,7 +776,7 @@ check_cache_memused( LDAPCache *lc )
#ifdef NEW_LOGGING
LDAP_LOG (( "cache", LDAP_LEVEL_DETAIL1,
"check_cache_memused: reduced usage to %ld bytes\n",
lc->lm_memused ));
lc->lc_memused ));
#else
Debug( LDAP_DEBUG_TRACE, "ccm: reduced usage to %ld bytes\n",
lc->lc_memused, 0, 0 );

View File

@ -424,7 +424,7 @@ meta_back_op_result( struct metaconn *lc, Operation *op )
err = ldap_back_map_result( err );
#ifdef NEW_LOGGING
LDAP_LOG(( "backend", LDAP_DEBUG_NOTICE,
LDAP_LOG(( "backend", LDAP_DEBUG_ANY,
"meta_back_op_result: target"
" <%d> sending msg \"%s\""
" (matched \"%s\")\n",

View File

@ -173,7 +173,7 @@ meta_back_group(
#ifdef NEW_LOGGING
LDAP_LOG(( "backend", LDAP_LEVEL_DETAIL1,
"[rw] bindDn (op ndn in group):"
\"%s\" -> \"%s\"\n",
" \"%s\" -> \"%s\"\n",
op_ndn->bv_val, mop_ndn.bv_val));
#else /* !NEW_LOGGING */
Debug( LDAP_DEBUG_ARGS,

View File

@ -522,7 +522,7 @@ monitor_back_db_config(
)
{
#ifdef NEW_LOGGING
LDAP_LOG(( "config", LDAP_DEBUG_NOTICE,
LDAP_LOG(( "config", LDAP_DEBUG_CONFIG,
"line %d of file '%s' will be ignored\n", lineno, fname ));
#else
Debug( LDAP_DEBUG_CONFIG,

View File

@ -2147,7 +2147,7 @@ read_config( const char *fname )
if (module_load(cargv[1], cargc - 2, (cargc > 2) ? cargv + 2 : NULL)) {
#ifdef NEW_LOGGING
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
"%s: line %d: failed to load or initialize module %s\n"<
"%s: line %d: failed to load or initialize module %s\n",
fname, lineno, cargv[1] ));
#else
Debug( LDAP_DEBUG_ANY,