[Telepathy-commits] [telepathy-gabble/master] util: use DEBUG instead of g_debug
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Tue Aug 19 10:54:21 PDT 2008
20080804082815-7fe3f-e619ec80b634c5a2fbda169b01fb73315bfe65f7.gz
---
src/util.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/util.c b/src/util.c
index d50f7bf..c524d56 100644
--- a/src/util.c
+++ b/src/util.c
@@ -708,7 +708,7 @@ lm_message_node_extract_properties (LmMessageNode *node,
}
else
{
- g_debug ("invalid boolean value: %s", value);
+ DEBUG ("invalid boolean value: %s", value);
continue;
}
@@ -762,7 +762,7 @@ set_child_from_property (gpointer key,
else
{
/* a type we don't know how to handle: ignore it */
- g_debug ("property with unknown type \"%s\"",
+ DEBUG ("property with unknown type \"%s\"",
g_type_name (G_VALUE_TYPE (gvalue)));
return;
}
--
1.5.6.3
More information about the Telepathy-commits
mailing list