mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Fix logging
This commit is contained in:
parent
e2c2ff8deb
commit
3c600e3a8c
1 changed files with 2 additions and 2 deletions
|
|
@ -340,7 +340,7 @@ int entry_decode( struct berval *bv, Entry **entry )
|
|||
ber_len_t len;
|
||||
char *last;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "=> entry_decode",
|
||||
Debug( LDAP_DEBUG_TRACE, "=> entry_decode\n",
|
||||
0, 0, 0 );
|
||||
|
||||
ber = ber_init( bv );
|
||||
|
|
@ -457,7 +457,7 @@ int entry_encode(
|
|||
Attribute *a;
|
||||
BerElement *ber;
|
||||
|
||||
Debug( LDAP_DEBUG_TRACE, "=> entry_encode",
|
||||
Debug( LDAP_DEBUG_TRACE, "=> entry_encode\n",
|
||||
0, 0, 0 );
|
||||
|
||||
ber = ber_alloc_t( LBER_USE_DER );
|
||||
|
|
|
|||
Loading…
Reference in a new issue