[evolution-data-server] Remove redundancy from CRITICAL message.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Remove redundancy from CRITICAL message.
- Date: Sun, 1 Jul 2012 12:50:37 +0000 (UTC)
commit aaa1737a3f82b5f1e633348e467eeb53c27f7a4a
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun Jul 1 08:50:10 2012 -0400
Remove redundancy from CRITICAL message.
camel/camel-provider.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/camel/camel-provider.c b/camel/camel-provider.c
index f44f96d..8d2808d 100644
--- a/camel/camel-provider.c
+++ b/camel/camel-provider.c
@@ -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);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]