mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-13 15:54:04 -05:00
fix messages in previous commit
This commit is contained in:
parent
5f20374de1
commit
3093f97767
1 changed files with 3 additions and 3 deletions
|
|
@ -277,7 +277,7 @@ monitor_back_register_entry(
|
|||
if ( be_monitor == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"monitor_back_register_entry(\"%s\"): "
|
||||
"monitor backend not configured.\n",
|
||||
"monitor database not configured.\n",
|
||||
e->e_name.bv_val, 0, 0 );
|
||||
return -1;
|
||||
}
|
||||
|
|
@ -435,7 +435,7 @@ monitor_back_register_entry_parent(
|
|||
if ( be_monitor == NULL ) {
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"monitor_back_register_entry_parent(base=\"%s\" scope=%s filter=\"%s\"): "
|
||||
"monitor backend not configured.\n",
|
||||
"monitor database not configured.\n",
|
||||
BER_BVISNULL( base ) ? "" : base->bv_val,
|
||||
scope == LDAP_SCOPE_BASE ? "base" : ( scope == LDAP_SCOPE_ONELEVEL ? "one" : "subtree" ),
|
||||
BER_BVISNULL( filter ) ? "" : filter->bv_val );
|
||||
|
|
@ -749,7 +749,7 @@ monitor_back_register_entry_attrs(
|
|||
|
||||
snprintf( buf, sizeof( buf ),
|
||||
"monitor_back_register_entry_%s(base=\"%s\" scope=%s filter=\"%s\"): "
|
||||
"monitor backend not configured.\n",
|
||||
"monitor database not configured.\n",
|
||||
fname,
|
||||
BER_BVISNULL( base ) ? "" : base->bv_val,
|
||||
scope == LDAP_SCOPE_BASE ? "base" : ( scope == LDAP_SCOPE_ONELEVEL ? "one" : "subtree" ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue