From: Gary Williams Date: Thu, 12 Oct 2000 21:16:18 +0000 (+0000) Subject: remove LDAP_Debug macro X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1764 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3e0cc38404c29c4d79e1c90633fe678b447a7584;p=openldap remove LDAP_Debug macro --- diff --git a/libraries/libldap/ldap-int.h b/libraries/libldap/ldap-int.h index c6978b8003..7e38e6b043 100644 --- a/libraries/libldap/ldap-int.h +++ b/libraries/libldap/ldap-int.h @@ -50,6 +50,9 @@ #define Debug( level, fmt, arg1, arg2, arg3 ) \ ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) ) +#define LDAP_Debug( subsystem, level, fmt, arg1, arg2, arg3 )\ + ldap_log_printf( NULL, (level), (fmt), (arg1), (arg2), (arg3) ) + #include "ldap.h" #include "ldap_pvt.h"