]> git.sur5r.net Git - openldap/commitdiff
ITS#5392
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Feb 2009 18:03:11 +0000 (18:03 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Feb 2009 18:03:11 +0000 (18:03 +0000)
CHANGES
servers/slapd/slap.h

diff --git a/CHANGES b/CHANGES
index 7af447dca43dd2e85207eff9f0374873769478ff..64958cc8315deaa41495cd0b060dc15ce70639bb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -26,6 +26,7 @@ OpenLDAP 2.4.14 Engineering
        Fixed slapd epoll handling (ITS#5886)
        Fixed slapd frontend/backend options handling (ITS#5857)
        Fixed slapd glue with MMR (ITS#5925)
+       Fixed slapd logging on Windows (ITS#5392)
        Fixed slapd listener comparison (ITS#5613)
        Fixed slapd manageDSAit with glue entries (ITS#5921)
        Fixed slapd syncrepl rename handling (ITS#5809)
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 */