Mercurial > pidgin
diff src/protocols/msn/userlist.c @ 9195:d5487fdec696
[gaim-migrate @ 9990]
I don't think we really need this error. It's harmless, but annoying.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 06 Jun 2004 03:21:23 +0000 |
| parents | 364aa73323b5 |
| children | 336e87c71d06 |
line wrap: on
line diff
--- a/src/protocols/msn/userlist.c Sun Jun 06 03:19:41 2004 +0000 +++ b/src/protocols/msn/userlist.c Sun Jun 06 03:21:23 2004 +0000 @@ -570,7 +570,9 @@ if (user_is_there(user, list_id, group_id)) { list = lists[list_id]; +#if 0 gaim_debug_error("msn", "User '%s' is already there: %s\n", who, list); +#endfi return; }
