]> git.sur5r.net Git - openldap/commitdiff
Tweak log msg in prev commit
authorHoward Chu <hyc@openldap.org>
Sun, 20 Mar 2005 20:55:49 +0000 (20:55 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 20 Mar 2005 20:55:49 +0000 (20:55 +0000)
servers/slapd/back-bdb/cache.c

index 8e2ae440173196fde10830e5f8aa8d1b9ca03e10..ca07d0529b2ff4ed087f6c810352e13dd6adbb21 100644 (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;