diff libpurple/connection.c @ 19653: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 873ee0038752
children 44b4e8bd759b 301f1597d41f
line wrap: on
line diff
--- a/libpurple/connection.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/libpurple/connection.c	Wed Sep 05 22:33:22 2007 +0000
@@ -436,7 +436,7 @@
 	g_return_if_fail(gc   != NULL);
 
 	if (text == NULL) {
-		purple_debug_error("connection", "purple_connection_error: check `text != NULL' failed");
+		purple_debug_error("connection", "purple_connection_error: check `text != NULL' failed\n");
 		text = _("Unknown error");
 	}