aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-07-23 16:16:14 +0000
committerWerner Koch <[email protected]>2010-07-23 16:16:14 +0000
commita22c38baad4113ce477b2e312e0bec365c0bd6b3 (patch)
treebfa3cedf6beb152420e22687eed1f29bad758ab9 /g10/mainproc.c
parent. (diff)
downloadgnupg-a22c38baad4113ce477b2e312e0bec365c0bd6b3.tar.gz
gnupg-a22c38baad4113ce477b2e312e0bec365c0bd6b3.zip
Some work on the dirmngr
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index d397a4fd8..87e99126a 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -481,8 +481,11 @@ print_pkenc_list( struct kidlist_item *list, int failed )
}
}
else if (list->reason)
+ {
log_info(_("public key decryption failed: %s\n"),
g10_errstr(list->reason));
+ write_status_error ("pkdecrypt_failed", list->reason);
+ }
}
}