From: Pierangelo Masarati Date: Sat, 5 Jan 2002 16:53:08 +0000 (+0000) Subject: fix logs X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~275 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a744ca2be346af5de76d787919c98459f0d581eb;p=openldap fix logs --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 65a7c3ee18..082a851b68 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -260,11 +260,11 @@ read_config( const char *fname ) if ( cargc < 2 ) { #ifdef NEW_LOGGING LDAP_LOG(( "config", LDAP_LEVEL_CRIT, - "%s: line %d: missing max in \"sockbuf_max_incoming \" line\n", fname, lineno )); #else Debug( LDAP_DEBUG_ANY, - "%s: line %d: missing max in \"sockbuf_max_incoming \" line\n", fname, lineno, 0 ); #endif