Mercurial > pidgin
changeset 28149:cb8937a8a17f
jabber: Reduce severity of "Ignoring exts..." message.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 31 Aug 2009 03:29:48 +0000 |
parents | 164dd566d41e |
children | 2e3678cd33a0 |
files | libpurple/protocols/jabber/caps.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/caps.c Sun Aug 30 04:40:38 2009 +0000 +++ b/libpurple/protocols/jabber/caps.c Mon Aug 31 03:29:48 2009 +0000 @@ -601,8 +601,8 @@ jabber_caps_cbplususerdata *userdata; if (exts && hash) { - purple_debug_info("jabber", "Ignoring exts in new-style caps from %s\n", - who); + purple_debug_misc("jabber", "Ignoring exts in new-style caps from %s\n", + who); g_strfreev(exts); exts = NULL; }