diff libpurple/proxy.c @ 19661:aa3920f45ff3

merge of '906281124efc7c5fcab1d5a7b8066c6a99d7927d' and '9d3e08ca8d3c17d78b9671fdffc4a0769a0a1495'
author Kevin Stange <kevin@simguy.net>
date Thu, 06 Sep 2007 06:59:23 +0000
parents b99a158ea85e 941965d6fd88
children 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/proxy.c	Thu Sep 06 06:58:31 2007 +0000
+++ b/libpurple/proxy.c	Thu Sep 06 06:59:23 2007 +0000
@@ -420,7 +420,7 @@
 	if (ret == 0 && error == EINPROGRESS) {
 		/* No worries - we'll be called again later */
 		/* TODO: Does this ever happen? */
-		purple_debug_info("proxy", "(ret == 0 && error == EINPROGRESS)");
+		purple_debug_info("proxy", "(ret == 0 && error == EINPROGRESS)\n");
 		return;
 	}