aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/pst-import/pst-importer.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pst-import/pst-importer.c')
-rw-r--r--plugins/pst-import/pst-importer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/pst-import/pst-importer.c b/plugins/pst-import/pst-importer.c
index 4654a8e2b4..17f9eedc17 100644
--- a/plugins/pst-import/pst-importer.c
+++ b/plugins/pst-import/pst-importer.c
@@ -611,7 +611,7 @@ client_connect_cb (GObject *source_object,
((client == NULL) && (error != NULL)));
if (error)
- g_debug ("%s: Failed to open client: %s", G_STRFUNC, error->message);
+ g_debug ("%s: %s", G_STRFUNC, error->message);
g_clear_error (&error);
if (client) {