comparison libpurple/protocols/qq/login_logout.c @ 18807:b9a0b1bd321b

Improve a bunch of strings in QQ
author Mark Doliner <mark@kingant.net>
date Mon, 06 Aug 2007 00:14:47 +0000
parents 833f7cbe4f12
children 1a16d474c459
comparison
equal deleted inserted replaced
18803:abb9aac69507 18807:b9a0b1bd321b
403 hex_dump = hex_dump_to_str(buf, buf_len); 403 hex_dump = hex_dump_to_str(buf, buf_len);
404 purple_debug(PURPLE_DEBUG_WARNING, "QQ", 404 purple_debug(PURPLE_DEBUG_WARNING, "QQ",
405 ">>> %d bytes -> [default] decrypt and dump\n%s", 405 ">>> %d bytes -> [default] decrypt and dump\n%s",
406 buf_len, hex_dump); 406 buf_len, hex_dump);
407 try_dump_as_gbk(buf, buf_len); 407 try_dump_as_gbk(buf, buf_len);
408 purple_connection_error(gc, _("Request login token error!")); 408 purple_connection_error(gc, _("Error requesting login token"));
409 } 409 }
410 g_free(hex_dump); 410 g_free(hex_dump);
411 } 411 }
412 412
413 /* send logout packets to QQ server */ 413 /* send logout packets to QQ server */