Skip to content
Snippets Groups Projects
Commit 652bbd1e authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#3854] Add error message for status failure

parent 5a801e46
No related branches found
No related tags found
No related merge requests found
......@@ -246,6 +246,9 @@ eds_query_result_cb (EBook *book, EBookStatus status, GList *contacts, gpointer
DEBUG ("Addressbook: Search Result callback called");
if (status != E_BOOK_ERROR_OK)
ERROR ("Addressbook: Error: Status not OK on search callback");
Search_Handler_And_Data *had = (Search_Handler_And_Data *) user_data;
if (!contacts) {
......@@ -430,7 +433,6 @@ void
init (OpenAsyncHandler callback UNUSED)
{
GError *err = NULL;
ESourceGroup *group;
gchar *absuri, *reluri;
EBook *default_addressbook = e_book_new_default_addressbook (&err);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment