Tweak log msg in prev commit

This commit is contained in:
Howard Chu 2005-03-20 20:55:49 +00:00
parent e2a4978d82
commit 1476ad80a6

View file

@ -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;