aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-01-30 00:48:11 +0800
committerMilan Crha <mcrha@redhat.com>2013-01-30 00:48:11 +0800
commit3aedeee20f04a9e163989e789fc3d98a3a2f66e1 (patch)
tree3103ac7d28acb19849bf1cd16aecb11dd06eae54 /mail
parent4f62d2108d987b8920a652f74f9ddb42c8e25d4e (diff)
downloadgsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.gz
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.bz2
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.lz
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.xz
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.zst
gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.zip
Bug #692781 - [pine-importer] Abort on book failure during contact import
Diffstat (limited to 'mail')
-rw-r--r--mail/importers/pine-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c
index 4dc6895b04..f0e33eae06 100644
--- a/mail/importers/pine-importer.c
+++ b/mail/importers/pine-importer.c
@@ -156,7 +156,7 @@ import_contact (EBookClient *book_client,
book_client, card, &new_uid, NULL, &error);
if (error != NULL) {
- g_error (
+ g_warning (
"%s: Failed to add contact: %s",
G_STRFUNC, error->message);
g_error_free (error);