From: Karl-Heinz Zimmer Date: Mon, 24 Jun 2002 21:01:18 +0000 (+0000) Subject: Disable debug output X-Git-Tag: gpgme-1.2.0@1385~935 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1ee485d442b75324a9bb301beb10401347f090c2;p=gpgme.git Disable debug output --- diff --git a/trunk/gpgmeplug/gpgmeplug.c b/trunk/gpgmeplug/gpgmeplug.c index e1adce5..02a6222 100644 --- a/trunk/gpgmeplug/gpgmeplug.c +++ b/trunk/gpgmeplug/gpgmeplug.c @@ -2328,10 +2328,10 @@ bool findCertificates( const char* addressee, char** certificates ) if( nFound ) strcat(*certificates,"\1" ); dn = xstrdup( s ); -fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn ); +/*fprintf( stderr, "\n\n\nDN before reordering: \"%s\"\n", dn );*/ a = parse_dn( dn ); dn = reorder_dn( a ); -fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn ); +/*fprintf( stderr, "\nDN after reordering: \"%s\"\n", dn );*/ strcat( *certificates, s ); strcat( *certificates, " (" ); strcat( *certificates, s2 );