From: Kurt Zeilenga Date: Fri, 19 Nov 1999 02:03:31 +0000 (+0000) Subject: Less crypto error message... X-Git-Tag: UCDATA_2_4~196 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3a0d0dd29b923f511e8416fbca913ab3d0414107;p=openldap Less crypto error message... --- diff --git a/clients/ud/print.c b/clients/ud/print.c index 0ac0e3e99c..0320c9f978 100644 --- a/clients/ud/print.c +++ b/clients/ud/print.c @@ -197,7 +197,7 @@ print_an_entry( void ) #endif if( Entry.name == NULL ) { - printf(" No Entry\n"); + printf(" No Entry found.\n"); return; }