mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 03:29:35 -05:00
cleanup
This commit is contained in:
parent
cd06dac298
commit
b17572c7d3
1 changed files with 4 additions and 4 deletions
|
|
@ -2028,11 +2028,11 @@ read_config( const char *fname )
|
|||
if ( cargc < 2 ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT, "%s: line %d: "
|
||||
"missing filename in \"rootDSEfile <filename>\" line.\n",
|
||||
"missing filename in \"rootDSE <filename>\" line.\n",
|
||||
fname, lineno ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||
"missing filename in \"rootDSEfile <filename>\" line.\n",
|
||||
"missing filename in \"rootDSE <filename>\" line.\n",
|
||||
fname, lineno, 0 );
|
||||
#endif
|
||||
return 1;
|
||||
|
|
@ -2041,11 +2041,11 @@ read_config( const char *fname )
|
|||
if( read_root_dse_file( cargv[1] ) ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT, "%s: line %d: "
|
||||
"could not read \"rootDSEfile <filename>\" line.\n",
|
||||
"could not read \"rootDSE <filename>\" line.\n",
|
||||
fname, lineno ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||
"could not read \"rootDSEfile <filename>\" line\n",
|
||||
"could not read \"rootDSE <filename>\" line\n",
|
||||
fname, lineno, 0 );
|
||||
#endif
|
||||
return 1;
|
||||
|
|
|
|||
Loading…
Reference in a new issue