Fri, 09 Apr 2004 03:27:14 +0000
[gaim-migrate @ 9374]
because
(22:09:07) oscar: Character set is 0 0
is about the least useful debug message ever
| src/protocols/oscar/oscar.c | file | annotate | diff | comparison | revisions |
--- a/src/protocols/oscar/oscar.c Fri Apr 09 02:49:30 2004 +0000 +++ b/src/protocols/oscar/oscar.c Fri Apr 09 03:27:14 2004 +0000 @@ -2311,7 +2311,9 @@ } gaim_debug(GAIM_DEBUG_MISC, "oscar", - "Character set is %hu %hu\n", args->charset, args->charsubset); + "Received message from %s with charset %hu %hu\n", + userinfo->sn, args->charset, args->charsubset); + if (args->icbmflags & AIM_IMFLAGS_UNICODE) { /* This message is marked as UNICODE, so we have to * convert it to utf-8 before handing it to the gaim core.