mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
improve error message
This commit is contained in:
parent
e73ce756cc
commit
41c4afb331
@ -3142,7 +3142,7 @@ parse_syncrepl_line(
|
||||
} else if ( bindconf_parse( c->argv[i], &si->si_bindconf ) ) {
|
||||
snprintf( c->msg, sizeof( c->msg ),
|
||||
"Error: parse_syncrepl_line: "
|
||||
"unknown keyword \"%s\"\n", c->argv[ i ] );
|
||||
"unable to parse \"%s\"\n", c->argv[ i ] );
|
||||
Debug( LDAP_DEBUG_ANY, "%s: %s.\n", c->log, c->msg, 0 );
|
||||
return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user