[evolution-data-server] Improve error on failed conversion
- From: David Woodhouse <dwmw2 src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Improve error on failed conversion
- Date: Mon, 21 Jul 2014 16:11:49 +0000 (UTC)
commit f98caca8e677c640e170c9b8f33a57942675f918
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.
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 41f76d2..0c0e3fa 100644
--- a/camel/camel-sasl-gssapi.c
+++ b/camel/camel-sasl-gssapi.c
@@ -145,8 +145,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]