aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-name-selector.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-name-selector.c')
-rw-r--r--e-util/e-name-selector.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/e-util/e-name-selector.c b/e-util/e-name-selector.c
index 66d93512d0..21cd93cc1a 100644
--- a/e-util/e-name-selector.c
+++ b/e-util/e-name-selector.c
@@ -95,7 +95,6 @@ name_selector_book_client_connect_cb (GObject *source_object,
gpointer user_data)
{
ENameSelector *name_selector = user_data;
- ESource *source = E_SOURCE (source_object);
EBookClient *book_client;
EClient *client;
GArray *sections;
@@ -115,9 +114,7 @@ name_selector_book_client_connect_cb (GObject *source_object,
&& !g_error_matches (error, E_CLIENT_ERROR, E_CLIENT_ERROR_OFFLINE_UNAVAILABLE)
&& !g_error_matches (error, E_CLIENT_ERROR, E_CLIENT_ERROR_CANCELLED)
&& !g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
- g_warning (
- "ENameSelector: Could not load \"%s\": %s",
- e_source_get_display_name (source), error->message);
+ g_warning ("%s: %s", G_STRFUNC, error->message);
g_error_free (error);
goto exit;
}