]> git.sur5r.net Git - openldap/commitdiff
Less crypto error message...
authorKurt Zeilenga <kurt@openldap.org>
Fri, 19 Nov 1999 02:03:31 +0000 (02:03 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 19 Nov 1999 02:03:31 +0000 (02:03 +0000)
clients/ud/print.c

index 0ac0e3e99ce5af0377b9e2d06b537711d032bf16..0320c9f978710b397cc0f4bc0719c4b9bf610623 100644 (file)
@@ -197,7 +197,7 @@ print_an_entry( void )
 #endif
 
        if( Entry.name == NULL ) {
-               printf(" No Entry\n");
+               printf(" No Entry found.\n");
                return;
        }