[Date Prev][Date Next] [Chronological] [Thread] [Top]

LogTest macro



Can I just grab the LogTest definition from HEAD

#define LogTest(level) ( ( ldap_debug | ldap_syslog ) & (level) )

and throw it haphazardly into 2.3.20's ldap_log.h and expect things to
work? I'm trying to build Pierangelo's its#4429 fix but it uses this
macro, and I'm scared of pasting it into RE23 without bringing the rest of
new logging with it. (Obviously any logging introduced in the fix would be
nice to keep too!)