X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fldap_log.h;h=fb7a75f7aa7f17f45597a3c24da75a09569beb6e;hb=82d17d860eb8d1d97c34e862847423ed3873ef84;hp=33eac0f87d763ac5aeb74809fb5a0a136fe12d44;hpb=e27a2c7252f97936f99f9c46513108b194306583;p=openldap diff --git a/include/ldap_log.h b/include/ldap_log.h index 33eac0f87d..fb7a75f7aa 100644 --- a/include/ldap_log.h +++ b/include/ldap_log.h @@ -1,7 +1,7 @@ /* $OpenLDAP$ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2006 The OpenLDAP Foundation. + * Copyright 1998-2009 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -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 */