#define Statslog() also when --disable-debug (disappeared in rev 1.754)

This commit is contained in:
Hallvard Furuseth 2006-04-16 16:01:09 +00:00
parent d3dcc83bf1
commit 1c51987f87

View File

@ -2693,6 +2693,7 @@ typedef struct slap_conn {
} while (0)
#define StatslogTest( level ) (ldap_debug & (level))
#else
#define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) ((void) 0)
#define StatslogTest( level ) (0)
#endif