[evolution-data-server/evolution-data-server-3-12] Improve error on failed conversion
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/evolution-data-server-3-12] Improve error on failed conversion
- Date: Thu, 11 Sep 2014 20:33:43 +0000 (UTC)
commit 754a1741f34b0547cc3d6d562c8ca080697af352
Author: David Woodhouse <David Woodhouse intel com>
Date: Mon Jul 21 17:11:05 2014 +0100
Improve error on failed conversion
Not a lot of point in showing the error that we got on converting the
original error. Just show one number.
Not that this should ever happen, hopefully.
(cherry picked from commit f98caca8e677c640e170c9b8f33a57942675f918)
camel/camel-sasl-gssapi.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-sasl-gssapi.c b/camel/camel-sasl-gssapi.c
index 8e680aa..1c236fd 100644
--- a/camel/camel-sasl-gssapi.c
+++ b/camel/camel-sasl-gssapi.c
@@ -146,8 +146,8 @@ gssapi_set_mechanism_exception (gss_OID mech, OM_uint32 minor, GError **error)
if (tmajor != GSS_S_COMPLETE) {
message_part = g_strdup_printf (
- _("(Could not retrieve GSSAPI status code for %x: %x %x)"),
- minor, tmajor, tminor);
+ _("(Unknown GSSAPI mechanism code: %x)"),
+ minor);
message_status = 0;
} else {
message_part = g_strdup (status_string.value);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]