[Telepathy-commits] [telepathy-salut/master] Use DEBUG() instead of g_warning() when receiving a bad capability from a contact

Alban Crequy alban.crequy at collabora.co.uk
Thu Feb 26 11:20:18 PST 2009


---
 src/salut-presence-cache.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/salut-presence-cache.c b/src/salut-presence-cache.c
index d478136..046a50a 100644
--- a/src/salut-presence-cache.c
+++ b/src/salut-presence-cache.c
@@ -371,7 +371,7 @@ _caps_disco_cb (SalutDisco *disco,
 
   if (NULL == node)
     {
-      g_warning ("got disco response with NULL node, ignoring");
+      DEBUG ("got disco response with NULL node, ignoring");
       return;
     }
 
@@ -476,7 +476,7 @@ _caps_disco_cb (SalutDisco *disco,
       else
         {
           /* The received reply does not match the */
-          g_warning ("The announced verification string '%s' does not match "
+          DEBUG ("The announced verification string '%s' does not match "
               "our hash '%s'.", waiter_self->ver, computed_hash);
           salut_presence_cache_free_cache_entry (per_channel_manager_caps);
           per_channel_manager_caps = NULL;
-- 
1.5.6.5




More information about the telepathy-commits mailing list