diff options
Diffstat (limited to '')
-rw-r--r-- | g10/passphrase.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/g10/passphrase.c b/g10/passphrase.c index 15129661f..0d7580d36 100644 --- a/g10/passphrase.c +++ b/g10/passphrase.c @@ -377,6 +377,8 @@ passphrase_get ( u32 *keyid, int mode, const char *cacheid, errors from the agent. */ if (canceled) *canceled = 1; + + write_status_error ("get_passphrase", rc); } if (pk) |