Mercurial > pidgin.yaz
comparison libpurple/protocols/jabber/buddy.c @ 27513:b118127843cc
Lower the severity of this message.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Thu, 09 Jul 2009 02:18:46 +0000 |
parents | eff7db4db632 |
children | 7a2891487a00 95c56191d26c |
comparison
equal
deleted
inserted
replaced
27507:1c61906755fe | 27513:b118127843cc |
---|---|
2224 { | 2224 { |
2225 const GList *node = NULL; | 2225 const GList *node = NULL; |
2226 const JabberCapsNodeExts *exts; | 2226 const JabberCapsNodeExts *exts; |
2227 | 2227 |
2228 if (!jbr->caps.info) { | 2228 if (!jbr->caps.info) { |
2229 purple_debug_error("jabber", | 2229 purple_debug_info("jabber", |
2230 "Unable to find caps: nothing known about buddy\n"); | 2230 "Unable to find caps: nothing known about buddy\n"); |
2231 return FALSE; | 2231 return FALSE; |
2232 } | 2232 } |
2233 | 2233 |
2234 node = g_list_find_custom(jbr->caps.info->features, cap, (GCompareFunc)strcmp); | 2234 node = g_list_find_custom(jbr->caps.info->features, cap, (GCompareFunc)strcmp); |