From: Eric W. <war...@us...> - 2001-12-16 21:58:02
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv23586 Modified Files: proxy.c Log Message: eh. Index: proxy.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/proxy.c,v retrieving revision 1.34 retrieving revision 1.35 diff -u -d -r1.34 -r1.35 --- proxy.c 2001/12/04 04:51:55 1.34 +++ proxy.c 2001/12/16 21:57:59 1.35 @@ -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; |