X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-bdb%2Fnextid.c;h=f5d0e618b17508df03e4b6e47f82f37fcc9da5df;hb=02fb60d3dad11f9ee46feb6ba3eb9ad96dde0c48;hp=5b1f150c2e2e2fe39596d086c3b86546521fda21;hpb=0e2af54a3ffdeebe3901370683be56fcc53023b0;p=openldap diff --git a/servers/slapd/back-bdb/nextid.c b/servers/slapd/back-bdb/nextid.c index 5b1f150c2e..f5d0e618b1 100644 --- a/servers/slapd/back-bdb/nextid.c +++ b/servers/slapd/back-bdb/nextid.c @@ -57,9 +57,15 @@ int bdb_last_id( BackendDB *be, DB_TXN *tid ) break; default: +#ifdef NEW_LOGGING + LDAP_LOG (( "nextid", LDAP_LEVEL_ERR, + "bdb_last_id: get failed: %s (%d)\n", + db_strerror(rc), rc )); +#else Debug( LDAP_DEBUG_ANY, "=> bdb_last_id: get failed: %s (%d)\n", db_strerror(rc), rc, 0 ); +#endif goto done; }