summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--camel/providers/groupwise/camel-groupwise-transport.c2
-rw-r--r--camel/providers/groupwise/camel-groupwise-utils.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/groupwise/camel-groupwise-transport.c b/camel/providers/groupwise/camel-groupwise-transport.c
index a196f40b0..49ce6f989 100644
--- a/camel/providers/groupwise/camel-groupwise-transport.c
+++ b/camel/providers/groupwise/camel-groupwise-transport.c
@@ -173,7 +173,7 @@ groupwise_send_to (CamelTransport *transport,
cnc = cnc_lookup (priv);
if (!cnc) {
- g_error ("||| Eh!!! Failure |||\n");
+ g_warning ("||| Eh!!! Failure |||\n");
camel_operation_end (NULL);
camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_CANT_AUTHENTICATE, _("Authentication failed"));
return FALSE;
diff --git a/camel/providers/groupwise/camel-groupwise-utils.c b/camel/providers/groupwise/camel-groupwise-utils.c
index b6678508b..b24a76a2e 100644
--- a/camel/providers/groupwise/camel-groupwise-utils.c
+++ b/camel/providers/groupwise/camel-groupwise-utils.c
@@ -401,7 +401,7 @@ camel_groupwise_util_item_from_message (EGwConnection *cnc, CamelMimeMessage *me
/** Get the mime parts from CamelMimemessge **/
mp = (CamelMultipart *)camel_medium_get_content_object (CAMEL_MEDIUM (message));
if(!mp) {
- g_error ("ERROR: Could not get content object");
+ g_warning ("ERROR: Could not get content object");
camel_operation_end (NULL);
return FALSE;
}