From: Kurt Zeilenga Date: Sun, 20 Nov 2005 21:28:32 +0000 (+0000) Subject: slightly better wording X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~758 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=210638e3c55e062779f7e11c8f78d5547529b6e3;p=openldap slightly better wording --- diff --git a/clients/tools/ldapmodify.c b/clients/tools/ldapmodify.c index a9e3497aa9..e1c3d1abe7 100644 --- a/clients/tools/ldapmodify.c +++ b/clients/tools/ldapmodify.c @@ -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 );