# HG changeset patch # User Mark Doliner # Date 1265155665 0 # Node ID 0616027add19ee06055e8a9718f5311074c3a744 # Parent 2e3e0801de2980d1d97e707ea0bcf7ede2deb91b This extra check doesn't really work now that we have a concept of a default rate class diff -r 2e3e0801de29 -r 0616027add19 libpurple/protocols/oscar/flap_connection.c --- a/libpurple/protocols/oscar/flap_connection.c Wed Feb 03 00:05:22 2010 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Wed Feb 03 00:07:45 2010 +0000 @@ -258,14 +258,6 @@ rateclass->last.tv_sec = now.tv_sec; rateclass->last.tv_usec = now.tv_usec; } - } else { - /* - * It's normal for SNACs 0x0001/0x0006 and 0x0001/0x0017 to be - * sent before we receive rate info from the server, so don't - * bother warning about them. - */ - if (family != 0x0001 || (subtype != 0x0006 && subtype != 0x0017)) - purple_debug_warning("oscar", "No rate class found for family 0x%04hx subtype 0x%04hx\n", family, subtype); } if (enqueue)