summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParthasarathi Susarla <saps@src.gnome.org>2006-01-24 07:14:18 +0000
committerParthasarathi Susarla <saps@src.gnome.org>2006-01-24 07:14:18 +0000
commita9653c1a7a51bb654ea2e2ce833c58b81a6555a9 (patch)
tree294be8346ccf3aaca3161658e8ddc66a70ae02fa
parent64955327f83d4d1d0d25edcb6a7ef55e8c669924 (diff)
downloadevolution-data-server-a9653c1a7a51bb654ea2e2ce833c58b81a6555a9.tar.gz
*** empty log message ***
-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;
}