diff libpurple/protocols/jabber/disco.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 c5c265dff90c
children 44b4e8bd759b 301f1597d41f
line wrap: on
line diff
--- a/libpurple/protocols/jabber/disco.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/libpurple/protocols/jabber/disco.c	Wed Sep 05 22:33:22 2007 +0000
@@ -273,7 +273,7 @@
 		g_free(js->server_name);
 		js->server_name = g_strdup(name);
 		if (!strcmp(name, "Google Talk")) {
-		  purple_debug_info("jabber", "Google Talk!");
+		  purple_debug_info("jabber", "Google Talk!\n");
 		  js->googletalk = TRUE;
 		}
 	}