# HG changeset patch # User Mark Doliner # Date 1135135529 0 # Node ID cce0e97b36c24fcb1b789db0a0e7a824dda544d6 # Parent 8afd25a37b355da290c234fed80600eb41f01b2f [gaim-migrate @ 14917] This sounds less dumb committer: Tailor Script diff -r 8afd25a37b35 -r cce0e97b36c2 src/protocols/oscar/oscar.c --- a/src/protocols/oscar/oscar.c Wed Dec 21 03:24:16 2005 +0000 +++ b/src/protocols/oscar/oscar.c Wed Dec 21 03:25:29 2005 +0000 @@ -1636,8 +1636,8 @@ if ((conn->type == AIM_CONN_TYPE_BOS) || !(aim_getconn_type(od->sess, AIM_CONN_TYPE_BOS))) { - gaim_debug_error("oscar", "Major connection error. i.e. " - "invalid data was received on the oscar TCP stream\n"); + gaim_debug_error("oscar", "Major connection error " + "(invalid data was received on the oscar TCP stream).\n"); gaim_connection_error(gc, _("Disconnected.")); } else if (conn->type == AIM_CONN_TYPE_CHAT) { struct chat_connection *cc = find_oscar_chat_by_conn(gc, conn);