aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sign.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sign.c')
-rw-r--r--g10/sign.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/g10/sign.c b/g10/sign.c
index 4463f66f5..2b56240e6 100644
--- a/g10/sign.c
+++ b/g10/sign.c
@@ -309,8 +309,10 @@ do_sign( PKT_secret_key *sk, PKT_signature *sig,
else {
if( opt.verbose ) {
char *ustr = get_user_id_string_printable (sig->keyid);
- log_info(_("%s signature from: \"%s\"\n"),
- pubkey_algo_to_string(sk->pubkey_algo), ustr );
+ log_info(_("%s/%s signature from: \"%s\"\n"),
+ pubkey_algo_to_string(sk->pubkey_algo),
+ digest_algo_to_string(sig->digest_algo),
+ ustr );
m_free(ustr);
}
}