/* error.c - BDB errcall routine */ /* $OpenLDAP$ */ /* * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved. * COPYING RESTRICTIONS APPLY, see COPYRIGHT file */ #include "portable.h" #include #include #include "slap.h" #include "back-bdb.h" void bdb_errcall( const char *pfx, char * msg ) { Debug( LDAP_DEBUG_ANY, "bdb(%s): %s\n", pfx, msg, 0 ); }