mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
fix logs
This commit is contained in:
parent
ca60d05dd1
commit
a744ca2be3
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <bytes\" line\n",
|
||||
"%s: line %d: missing max in \"sockbuf_max_incoming <bytes>\" line\n",
|
||||
fname, lineno ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY,
|
||||
"%s: line %d: missing max in \"sockbuf_max_incoming <bytes\" line\n",
|
||||
"%s: line %d: missing max in \"sockbuf_max_incoming <bytes>\" line\n",
|
||||
fname, lineno, 0 );
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue