]> git.sur5r.net Git - openldap/commitdiff
Fix Debug definition for !LDAP_SYSLOG
authorHoward Chu <hyc@openldap.org>
Thu, 11 May 2006 04:30:21 +0000 (04:30 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 11 May 2006 04:30:21 +0000 (04:30 +0000)
include/ldap_log.h

index 33eac0f87d763ac5aeb74809fb5a0a136fe12d44..f414d45a03311b345de92a3ba32acc46bac08455 100644 (file)
@@ -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 */