]> git.sur5r.net Git - openldap/commitdiff
slightly better wording
authorKurt Zeilenga <kurt@openldap.org>
Sun, 20 Nov 2005 21:28:32 +0000 (21:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 20 Nov 2005 21:28:32 +0000 (21:28 +0000)
clients/tools/ldapmodify.c

index a9e3497aa9956600710d0c66c4eb0e2ae461c2f5..e1c3d1abe778e0d8997681d67b491a373ae5d8ac 100644 (file)
@@ -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 );