Remove redundancy from CRITICAL message.
authorMatthew Barnes <mbarnes@redhat.com>
Sun, 1 Jul 2012 12:50:10 +0000 (08:50 -0400)
committerMatthew Barnes <mbarnes@redhat.com>
Sun, 1 Jul 2012 12:50:10 +0000 (08:50 -0400)
camel/camel-provider.c

index f44f96d..8d2808d 100644 (file)
@@ -346,8 +346,7 @@ camel_provider_list (gboolean load)
 
                        if (error != NULL) {
                                g_critical (
-                                       "%s: %s: %s",
-                                       G_STRFUNC, m->path,
+                                       "%s: %s", G_STRFUNC,
                                        error->message);
                                g_error_free (error);
                        }