diff --git a/servers/slapd/add.c b/servers/slapd/add.c index a5ade437e2..c1557adf8e 100644 --- a/servers/slapd/add.c +++ b/servers/slapd/add.c @@ -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 }