Mercurial > pidgin.yaz
changeset 24984:c814641afcf2
This happens anytime you IM an offline user, and is totally not an error
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Thu, 22 Jan 2009 01:04:56 +0000 |
parents | cddd8022591d |
children | e0de69ed220e 45d57527b25b af95409021e0 3687049b4faf 43da17b9a27e |
files | libpurple/protocols/jabber/buddy.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/buddy.c Wed Jan 21 23:17:47 2009 +0000 +++ b/libpurple/protocols/jabber/buddy.c Thu Jan 22 01:04:56 2009 +0000 @@ -2518,7 +2518,7 @@ JabberBuddyResource *jbr = jabber_buddy_find_resource((JabberBuddy*)jb, NULL); if (!jbr) { - purple_debug_error("jabber", + purple_debug_info("jabber", "Unable to find caps: buddy might be offline\n"); return FALSE; }