mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Minor string changes.
--
This commit is contained in:
parent
9309bda958
commit
576fedc5f6
3 changed files with 4 additions and 4 deletions
|
@ -374,10 +374,10 @@ print_reported_error (gpg_error_t err, gpg_err_code_t ignore_ec)
|
|||
else if (gpg_err_code (err) == ignore_ec)
|
||||
;
|
||||
else if (gpg_err_source (err) == GPG_ERR_SOURCE_DEFAULT)
|
||||
log_info (_("(reported error: %s\n)"),
|
||||
log_info (_("(reported error: %s)\n"),
|
||||
gpg_strerror (err));
|
||||
else
|
||||
log_info (_("(reported error: %s <%s>\n)"),
|
||||
log_info (_("(reported error: %s <%s>)\n"),
|
||||
gpg_strerror (err), gpg_strsource (err));
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue