mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#1730
This commit is contained in:
parent
4b9fa66188
commit
4a2b9b2195
@ -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 );
|
||||
|
@ -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",
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user