mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
slightly better wording
This commit is contained in:
parent
64156a68b2
commit
210638e3c5
1 changed files with 3 additions and 2 deletions
|
|
@ -648,8 +648,9 @@ process_ldif_rec( char *rbuf, int count )
|
|||
rc = LDAP_PARAM_ERROR;
|
||||
} else {
|
||||
if ( new_entry && strcasecmp( type, T_DN_STR ) == 0 ) {
|
||||
fprintf( stderr, _("%s: attributeType \"%s\": "
|
||||
"(missing newline after line %d of entry \"%s\"?)\n"),
|
||||
fprintf( stderr, _("%s: attributeType \"%s\":"
|
||||
" (possible missing newline"
|
||||
" after line %d of entry \"%s\"?)\n"),
|
||||
prog, type, linenum - 1, dn );
|
||||
}
|
||||
addmodifyop( &pmods, modop, type, &val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue