commit fefb4204bf74f23a6a5a98b43ea54fb4a49e4792 parent 1b32cc6794190c9fb6124b6de5b6f23e3007eec9 Author: Michael Rasmussen <mir@datanom.net> Date: Thu, 20 Aug 2015 20:22:46 +0200 Reduce size of error message Diffstat:
| M | src/plugins/pgpcore/sgpgme.c | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c @@ -226,9 +226,9 @@ gchar *sgpgme_sigstat_info_short(gpgme_ctx_t ctx, gpgme_verify_result_t status) * can fail and the left-over ~/.gnupg/pubring.gpg will cause claws to crash * when the above condition is meet. */ - return g_strdup_printf(_("The signature can't be checked - %s. Removing\n" - "left-over ~/.gnupg/pubring.gpg might solve the\n" - "problem if you have installed gpg-v21"), + debug_print("left-over ~/.gnupg/pubring.gpg might solve the\n" + "problem if you have installed gpg-v21\n"); + return g_strdup_printf(_("The signature can't be checked - %s."), gpgme_strerror(err)); } if (key)