]> git.sur5r.net Git - openldap/commitdiff
Fix SLAPI debug message typo
authorLuke Howard <lukeh@openldap.org>
Wed, 23 Apr 2003 05:00:00 +0000 (05:00 +0000)
committerLuke Howard <lukeh@openldap.org>
Wed, 23 Apr 2003 05:00:00 +0000 (05:00 +0000)
servers/slapd/add.c

index a5ade437e28b23657c3f0d5cdc757587a3dc57c9..c1557adf8e37d99aaa8a402371074722048c0b6d 100644 (file)
@@ -563,7 +563,7 @@ static void doPostAddPluginFNs( Operation *op )
                LDAP_LOG( OPERATION, INFO, "do_add: add postoperation plugin failed\n",
                                0, 0, 0);
 #else
-               Debug(LDAP_DEBUG_TRACE, "do_add: add preoperation plugin failed.\n",
+               Debug(LDAP_DEBUG_TRACE, "do_add: add postoperation plugin failed.\n",
                                0, 0, 0);
 #endif
        }