mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix from jon@symas.com - missing arguments to Debug/LDAP_LOG
This commit is contained in:
parent
8ad557e4ec
commit
923cdcf3c5
@ -961,11 +961,11 @@ read_config( const char *fname )
|
||||
LDAP_LOG(( "config", LDAP_LEVEL_CRIT,
|
||||
"%s: line %d: "
|
||||
"unable to normalize suffix "
|
||||
"\"%s\"\n", dn ));
|
||||
"\"%s\"\n", fname, lineno, dn ));
|
||||
#else
|
||||
Debug( LDAP_DEBUG_ANY, "%s: line %d: "
|
||||
"unable to normalize suffix "
|
||||
"\"%s\"\n", dn, NULL, NULL );
|
||||
"\"%s\"\n", fname, lineno, dn );
|
||||
#endif
|
||||
free( dn );
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user