]> git.sur5r.net Git - openldap/commitdiff
ITS#5392 use lutil_debug for Statslog if HAVE_DEBUG && !HAVE_SYSLOG
authorHoward Chu <hyc@openldap.org>
Tue, 10 Feb 2009 11:16:31 +0000 (11:16 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 10 Feb 2009 11:16:31 +0000 (11:16 +0000)
servers/slapd/slap.h

index 2439156a48f86fbc4143a3529ad3d427b0033145..be010c2212a8524521b15afff3c89ae4700f8229 100644 (file)
@@ -2887,7 +2887,7 @@ struct Connection {
 #define Statslog( level, fmt, connid, opid, arg1, arg2, arg3 ) \
        do { \
                if ( ldap_debug & (level) ) \
-                       fprintf( stderr, (fmt), (connid), (opid), (arg1), (arg2), (arg3) );\
+                       lutil_debug( ldap_debug, (level), (fmt), (connid), (opid), (arg1), (arg2), (arg3) );\
        } while (0)
 #define StatslogTest( level ) (ldap_debug & (level))
 #endif /* !LDAP_SYSLOG */