mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
try new logging routines (behind NEW_LOGGING)
This commit is contained in:
parent
ecad3079e5
commit
0e7f9b7ab4
@ -494,11 +494,14 @@ ber_scanf ( BerElement *ber,
|
||||
|
||||
fmt_reset = fmt;
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "LIBLBER", LDAP_LEVEL_ENTRY, "ber_scanf fmt (%s) ber:\n", fmt ));
|
||||
|
||||
BER_DUMP(( "LIBLBER", LDAP_LEVEL_DETAIL2, ber, 1 ));
|
||||
#else
|
||||
ber_log_printf( LDAP_DEBUG_TRACE, ber->ber_debug,
|
||||
"ber_scanf fmt (%s) ber:\n", fmt );
|
||||
ber_log_dump( LDAP_DEBUG_BER, ber->ber_debug, ber, 1 );
|
||||
#endif
|
||||
|
||||
for ( rc = 0; *fmt && rc != LBER_DEFAULT; fmt++ ) {
|
||||
/* When this is modified, remember to update
|
||||
|
Loading…
Reference in New Issue
Block a user