mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 00:58:02 -05:00
Tweak log msg in prev commit
This commit is contained in:
parent
e2a4978d82
commit
1476ad80a6
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue