mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 20:34:08 -05:00
Fix Debug definition for !LDAP_SYSLOG
This commit is contained in:
parent
d07951762a
commit
2769d7fa29
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ extern void eb_syslog(int pri, const char *fmt, ...);
|
|||
lutil_debug( ldap_debug, (level), (fmt), (arg1), (arg2), (arg3), (arg4), (arg5) ); \
|
||||
} while ( 0 )
|
||||
#define Debug( level, fmt, arg1, arg2, arg3 ) \
|
||||
Log3( (level), (fmt), (arg1), (arg2), (arg3) )
|
||||
Log3( (level), 0, (fmt), (arg1), (arg2), (arg3) )
|
||||
#define LogTest(level) ( ldap_debug & (level) )
|
||||
#endif /* ! LDAP_SYSLOG */
|
||||
#else /* ! LDAP_DEBUG */
|
||||
|
|
|
|||
Loading…
Reference in a new issue