[evolution-ews] Correcting warning message
- From: Vibha Yadav <yvibha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-ews] Correcting warning message
- Date: Fri, 14 Oct 2011 11:53:33 +0000 (UTC)
commit 8d025614f4a1c2c3356ebca091689ae82bbf05f1
Author: Vibha Yadav <yvibha novell com>
Date: Fri Oct 14 17:20:39 2011 +0530
Correcting warning message
src/addressbook/e-book-backend-ews.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/addressbook/e-book-backend-ews.c b/src/addressbook/e-book-backend-ews.c
index ca3cb44..7b38908 100644
--- a/src/addressbook/e-book-backend-ews.c
+++ b/src/addressbook/e-book-backend-ews.c
@@ -986,7 +986,7 @@ ews_modify_contact_cb (GObject *object, GAsyncResult *res, gpointer user_data)
}
if (error) {
- g_warning("Error while Creating contact: %s", error->message);
+ g_warning("Error while Modifying contact: %s", error->message);
e_data_book_respond_modify (modify_contact->book, modify_contact->opid, EDB_ERROR_EX (OTHER_ERROR, error->message), modify_contact->new_contact);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]