commit 4f858094265832164bc3e44b68bad2312dfbdea8
parent e39993c0edeb43edc55f9458f2db4f6d17121e4f
Author: Paul <paul@claws-mail.org>
Date: Thu, 27 Aug 2015 09:47:19 +0100
let's not suggest possible, not necessarily correct, solutions in debug output
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/plugins/pgpcore/sgpgme.c b/src/plugins/pgpcore/sgpgme.c
@@ -226,8 +226,6 @@ 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.
*/
- 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));
}