mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
Fix SLAPI debug message typo
This commit is contained in:
parent
5642e54117
commit
bdb3adca39
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue