changeset 12588:cce0e97b36c2

[gaim-migrate @ 14917] This sounds less dumb committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 21 Dec 2005 03:25:29 +0000
parents 8afd25a37b35
children 42ea8c3de6de
files src/protocols/oscar/oscar.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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);