]> git.sur5r.net Git - openldap/commitdiff
fix bad debug message
authorGary Williams <gwilliams@openldap.org>
Tue, 10 Jul 2001 16:42:26 +0000 (16:42 +0000)
committerGary Williams <gwilliams@openldap.org>
Tue, 10 Jul 2001 16:42:26 +0000 (16:42 +0000)
servers/slapd/back-ldbm/config.c

index 1c882ee4fd6bbef10fbb6274ad10803f94e6aeea..f374f34641c053a7563073d3909d8f44cb716ddc 100644 (file)
@@ -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