X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-bdb%2Fnextid.c;h=3ec1e36c6fcac6af4fd34cf8759676bcab07d80c;hb=82c1b0d1f0a27e374961c910473f549878e81e24;hp=f5d0e618b17508df03e4b6e47f82f37fcc9da5df;hpb=7b0569980353e6830a66c987cf24484613888431;p=openldap diff --git a/servers/slapd/back-bdb/nextid.c b/servers/slapd/back-bdb/nextid.c index f5d0e618b1..3ec1e36c6f 100644 --- a/servers/slapd/back-bdb/nextid.c +++ b/servers/slapd/back-bdb/nextid.c @@ -1,8 +1,17 @@ /* init.c - initialize bdb backend */ /* $OpenLDAP$ */ -/* - * Copyright 1998-2002 The OpenLDAP Foundation, All Rights Reserved. - * COPYING RESTRICTIONS APPLY, see COPYRIGHT file +/* This work is part of OpenLDAP Software . + * + * Copyright 2000-2004 The OpenLDAP Foundation. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in the file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ #include "portable.h" @@ -58,9 +67,8 @@ int bdb_last_id( BackendDB *be, DB_TXN *tid ) default: #ifdef NEW_LOGGING - LDAP_LOG (( "nextid", LDAP_LEVEL_ERR, - "bdb_last_id: get failed: %s (%d)\n", - db_strerror(rc), rc )); + LDAP_LOG ( INDEX, ERR, "bdb_last_id: get failed: %s (%d)\n", + db_strerror(rc), rc, 0 ); #else Debug( LDAP_DEBUG_ANY, "=> bdb_last_id: get failed: %s (%d)\n",