fix bad debug message

This commit is contained in:
Gary Williams 2001-07-10 16:42:26 +00:00
parent 005823e032
commit 453e69d636

View 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