aboutsummaryrefslogtreecommitdiffstats
path: root/g10/plaintext.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-02-26 16:56:31 +0000
committerWerner Koch <[email protected]>1998-02-26 16:56:31 +0000
commit4e8c3794b313cea388869de5aced8ec9baaa1a16 (patch)
tree88b0b4dbad1d65c6c385bb7ccab5b6e6841c7026 /g10/plaintext.c
parentRenamed to GNUPG (diff)
downloadgnupg-4e8c3794b313cea388869de5aced8ec9baaa1a16.tar.gz
gnupg-4e8c3794b313cea388869de5aced8ec9baaa1a16.zip
release 0.2.9
Diffstat (limited to 'g10/plaintext.c')
-rw-r--r--g10/plaintext.c3
1 files changed, 2 insertions, 1 deletions
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 );