Skip to content
Snippets Groups Projects
Commit 1476ad80 authored by Howard Chu's avatar Howard Chu
Browse files

Tweak log msg in prev commit

parent e2a4978d
No related branches found
No related tags found
No related merge requests found
......@@ -1271,7 +1271,7 @@ bdb_txn_get( Operation *op, DB_ENV *env, DB_TXN **txn, int reset )
if ( rc == EINVAL && READ_TXN_FLAG ) {
READ_TXN_FLAG = 0;
Debug( LDAP_DEBUG_ANY,
"bdb_txn_get: BerkeleyDB library needs TXN patch!\n",
"bdb_txn_get: BerkeleyDB 4.2.52 library needs TXN patch!\n",
0, 0, 0 );
i--;
continue;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment