From e0944f093a1dd302cae7995c5e495066fb8b5497 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 29 Jan 2013 16:48:40 +0000 Subject: Bug #692781 - [pine-importer] Abort on book failure during contact import --- diff --git a/mail/importers/pine-importer.c b/mail/importers/pine-importer.c index 664a77b..60a7c54 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); -- cgit v0.9.0.2