summaryrefslogtreecommitdiff
path: root/camel/providers/groupwise/camel-groupwise-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/groupwise/camel-groupwise-utils.c')
-rw-r--r--camel/providers/groupwise/camel-groupwise-utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}