openldap/servers/slapd/back-bdb/error.c
2000-09-24 06:04:58 +00:00

20 lines
394 B
C

/* 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 <stdio.h>
#include <ac/string.h>
#include "slap.h"
#include "back-bdb.h"
void bdb_errcall( const char *pfx, char * msg )
{
Debug( LDAP_DEBUG_ANY, "bdb(%s): %s", pfx, msg, 0 );
}