diff libpurple/proxy.c @ 19654:941965d6fd88

Patch from QuLogic. Fixes #2903 ('Missing newlines in debug messages.')
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Wed, 05 Sep 2007 22:33:22 +0000
parents 79ecaab86f91
children aa3920f45ff3
line wrap: on
line diff
--- a/libpurple/proxy.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/libpurple/proxy.c	Wed Sep 05 22:33:22 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;
 	}