aboutsummaryrefslogtreecommitdiffstats
path: root/g10/openfile.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/openfile.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/openfile.c b/g10/openfile.c
index be2702b55..afa36b983 100644
--- a/g10/openfile.c
+++ b/g10/openfile.c
@@ -142,6 +142,8 @@ open_sigfile( const char *iname )
buf = m_strdup(iname);
buf[len-4] = 0 ;
a = iobuf_open( buf );
+ if( opt.verbose )
+ log_info("assuming signed data in '%s'\n", buf );
m_free(buf);
}
}