[Telepathy-commits] [telepathy-gabble/master] Add debug message for unsupported key

Pierre-Luc Beaudoin pierre-luc.beaudoin at collabora.co.uk
Sun Feb 1 05:24:00 PST 2009


---
 src/conn-location.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/conn-location.c b/src/conn-location.c
index 04c8d35..d5a5521 100644
--- a/src/conn-location.c
+++ b/src/conn-location.c
@@ -179,6 +179,9 @@ create_msg_foreach (gpointer key,
       lm_message_node_add_child (geoloc, key, value);
       DEBUG ("\t - %s: %s", (gchar*) key, g_value_get_string (value));
     }
+  else
+    DEBUG ("\t - Unknown key dropped: %s", (gchar*) key);
+
 
 }
 
-- 
1.5.6.5




More information about the Telepathy-commits mailing list