diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:48:11 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:48:11 +0800 |
commit | 3aedeee20f04a9e163989e789fc3d98a3a2f66e1 (patch) | |
tree | 3103ac7d28acb19849bf1cd16aecb11dd06eae54 | |
parent | 4f62d2108d987b8920a652f74f9ddb42c8e25d4e (diff) | |
download | gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.gz gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.tar.zst gsoc2013-evolution-3aedeee20f04a9e163989e789fc3d98a3a2f66e1.zip |
Bug #692781 - [pine-importer] Abort on book failure during contact import
-rw-r--r-- | mail/importers/pine-importer.c | 2 |
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); |