]> git.sur5r.net Git - openldap/commitdiff
fix messages in previous commit
authorPierangelo Masarati <ando@openldap.org>
Thu, 8 Sep 2005 14:32:09 +0000 (14:32 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 8 Sep 2005 14:32:09 +0000 (14:32 +0000)
servers/slapd/back-monitor/init.c

index c56bb7b415a714aee2cd008ee3b105b71887f96f..cccdec15316c6e9181f03b5840228fa25e2a3cfb 100644 (file)
@@ -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" ),