comparison src/protocols/msn/servconn.c @ 5317:2b437c18719e

[gaim-migrate @ 5689] Oops, this should have been _UNKNOWN_. Thanks Lazlo! Now errors should be reported again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 May 2003 22:42:00 +0000
parents e2e53316a21d
children ad445074d239
comparison
equal deleted inserted replaced
5316:d5690ed70085 5317:2b437c18719e
48 } 48 }
49 49
50 cb = g_hash_table_lookup(servconn->commands, command); 50 cb = g_hash_table_lookup(servconn->commands, command);
51 51
52 if (cb == NULL) { 52 if (cb == NULL) {
53 cb = g_hash_table_lookup(servconn->commands, "_unknown_"); 53 cb = g_hash_table_lookup(servconn->commands, "_UNKNOWN_");
54 54
55 if (cb == NULL) { 55 if (cb == NULL) {
56 gaim_debug(GAIM_DEBUG_WARNING, "msn", 56 gaim_debug(GAIM_DEBUG_WARNING, "msn",
57 "Unhandled command '%s'\n", str); 57 "Unhandled command '%s'\n", str);
58 58