]> git.sur5r.net Git - openldap/commitdiff
remove LDAP_Debug macro
authorGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 21:16:18 +0000 (21:16 +0000)
committerGary Williams <gwilliams@openldap.org>
Thu, 12 Oct 2000 21:16:18 +0000 (21:16 +0000)
libraries/libldap/ldap-int.h

index c6978b80030b362f96fb073362da438eda10efc5..7e38e6b043292c5dc01da60253a30b8a6857c2b5 100644 (file)
@@ -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"