]> git.sur5r.net Git - openldap/blob - servers/slapd/back-bdb/error.c
aced7cf0dacf787b14ec54bbe6be56efcd9d4645
[openldap] / servers / slapd / back-bdb / error.c
1 /* error.c - BDB errcall routine  */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1998-2000 The OpenLDAP Foundation, All Rights Reserved.
5  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
6  */
7
8 #include "portable.h"
9
10 #include <stdio.h>
11
12 #include <ac/string.h>
13
14 #include "slap.h"
15 #include "back-bdb.h"
16
17 void bdb_errcall( const char *pfx, char * msg )
18 {
19         Debug( LDAP_DEBUG_ANY, "bdb(%s): %s", pfx, msg, 0 );
20 }