changeset 2896:7e82b69b03b7

[gaim-migrate @ 2909] eh. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 16 Dec 2001 21:57:59 +0000
parents 63cdece2348d
children b0cfc5003cc8
files src/proxy.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/proxy.c	Sun Dec 16 21:50:36 2001 +0000
+++ b/src/proxy.c	Sun Dec 16 21:57:59 2001 +0000
@@ -178,6 +178,7 @@
 			debug_printf("Connect would have blocked\n");
 			phb->inpa = gaim_input_add(fd, GAIM_INPUT_WRITE, no_one_calls, phb);
 		} else {
+			debug_printf("connect failed (errno %d)\n", errno);
 			close(fd);
 			g_free(phb);
 			return -1;