Mercurial > pidgin
changeset 12182:4ee61369c790
[gaim-migrate @ 14484]
Add a debug line for servconn read errors.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 21 Nov 2005 11:45:09 +0000 |
parents | 06368415c89c |
children | 891aeb151590 |
files | src/protocols/msn/servconn.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c Mon Nov 21 11:44:55 2005 +0000 +++ b/src/protocols/msn/servconn.c Mon Nov 21 11:45:09 2005 +0000 @@ -334,6 +334,7 @@ if (len <= 0) { + gaim_debug_error("msn", "servconn read error, len: %d\n", len); msn_servconn_got_error(servconn, MSN_SERVCONN_ERROR_READ); return;