From 4e8c3794b313cea388869de5aced8ec9baaa1a16 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 26 Feb 1998 16:56:31 +0000 Subject: release 0.2.9 --- g10/plaintext.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'g10/plaintext.c') diff --git a/g10/plaintext.c b/g10/plaintext.c index 05685afb6..284b684b5 100644 --- a/g10/plaintext.c +++ b/g10/plaintext.c @@ -160,7 +160,8 @@ ask_for_detached_datafile( md_filter_context_t *mfx, const char *inname ) } if( !fp ) { - log_info("reading stdin ...\n"); + if( opt.verbose ) + log_info("reading stdin ...\n"); while( (c = getchar()) != EOF ) { if( mfx->md ) md_putc(mfx->md, c ); -- cgit v1.2.3