From: Gary Williams Date: Tue, 10 Jul 2001 16:42:26 +0000 (+0000) Subject: fix bad debug message X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1245 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=453e69d636e6c31671e9213324ed61b4c4f56a57;p=openldap fix bad debug message --- diff --git a/servers/slapd/back-ldbm/config.c b/servers/slapd/back-ldbm/config.c index 1c882ee4fd..f374f34641 100644 --- a/servers/slapd/back-ldbm/config.c +++ b/servers/slapd/back-ldbm/config.c @@ -147,7 +147,7 @@ ldbm_back_db_config( #else Debug( LDAP_DEBUG_ANY, - "\"dbsync\" policies not supported in non-threaded environments\n"); + "\"dbsync\" policies not supported in non-threaded environments\n", 0, 0, 0); return 1; #endif