]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-bdb/error.c
Last changes should have been #ifdef
[openldap] / servers / slapd / back-bdb / error.c
index aced7cf0dacf787b14ec54bbe6be56efcd9d4645..00f528c97d20fb09c4e5608a9ab3127b20e64341 100644 (file)
@@ -8,7 +8,6 @@
 #include "portable.h"
 
 #include <stdio.h>
-
 #include <ac/string.h>
 
 #include "slap.h"
@@ -16,5 +15,5 @@
 
 void bdb_errcall( const char *pfx, char * msg )
 {
-       Debug( LDAP_DEBUG_ANY, "bdb(%s): %s", pfx, msg, 0 );
+       Debug( LDAP_DEBUG_ANY, "bdb(%s): %s\n", pfx, msg, 0 );
 }