Fix SLAPI debug message typo

This commit is contained in:
Luke Howard 2003-04-23 05:00:00 +00:00
parent 5642e54117
commit bdb3adca39

View 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
}