[Telepathy-commits] [telepathy-glib/master] connection-handles: replace a couple of inappropriate g_message calls with DEBUG()
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Oct 8 10:41:22 PDT 2008
---
telepathy-glib/connection-handles.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/connection-handles.c b/telepathy-glib/connection-handles.c
index 409faba..7ade4a4 100644
--- a/telepathy-glib/connection-handles.c
+++ b/telepathy-glib/connection-handles.c
@@ -154,13 +154,13 @@ post_unref (TpConnection *connection,
{
guint i;
- g_message ("Failed to release %u handles: %s %u: %s",
+ DEBUG ("Failed to release %u handles: %s %u: %s",
arr->len, g_quark_to_string (error->domain), error->code,
error->message);
for (i = 0; i < arr->len; i++)
{
- g_message (" %u", g_array_index (arr, guint, i));
+ DEBUG (" %u", g_array_index (arr, guint, i));
}
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list