From: Hallvard Furuseth Date: Sat, 7 Aug 1999 03:31:46 +0000 (+0000) Subject: Fix typo in error message: idl_fetch -> bdb2i_idl_fetch X-Git-Tag: TWEB_OL_BASE~267 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=64f2d924d7761c597b4ecbdc2467421a83633ed3;p=openldap Fix typo in error message: idl_fetch -> bdb2i_idl_fetch --- diff --git a/servers/slapd/back-bdb2/idl.c b/servers/slapd/back-bdb2/idl.c index 49521a318b..07fe1d8261 100644 --- a/servers/slapd/back-bdb2/idl.c +++ b/servers/slapd/back-bdb2/idl.c @@ -150,7 +150,7 @@ bdb2i_idl_fetch( if ( (tmp[i] = idl_fetch_one( be, db, data )) == NULL ) { Debug( LDAP_DEBUG_ANY, - "idl_fetch of (%s) returns NULL\n", data.dptr, 0, 0 ); + "bdb2i_idl_fetch of (%s) returns NULL\n", data.dptr, 0, 0 ); continue; }