diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:48:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:48:40 +0800 |
commit | e0944f093a1dd302cae7995c5e495066fb8b5497 (patch) | |
tree | 119416118ce723355e1d66e567f263e7a1722c9f | |
parent | ffb1a132cba3700d60a79e250616632a4e1371db (diff) | |
download | gsoc2013-evolution-e0944f093a1dd302cae7995c5e495066fb8b5497.tar.gz gsoc2013-evolution-e0944f093a1dd302cae7995c5e495066fb8b5497.tar.zst gsoc2013-evolution-e0944f093a1dd302cae7995c5e495066fb8b5497.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 664a77bcba..60a7c547a8 100644 --- a/mail/importers/pine-importer.c +++ b/mail/importers/pine-importer.c @@ -157,7 +157,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); |