diff libpurple/protocols/bonjour/jabber.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 917b6f45c458
children 44b4e8bd759b
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/jabber.c	Wed Sep 05 12:56:35 2007 +0000
+++ b/libpurple/protocols/bonjour/jabber.c	Wed Sep 05 22:33:22 2007 +0000
@@ -537,7 +537,7 @@
 
 	/* Look for the buddy that has opened the conversation and fill information */
 	address_text = inet_ntoa(their_addr.sin_addr);
-	purple_debug_info("bonjour", "Received incoming connection from %s\n.", address_text);
+	purple_debug_info("bonjour", "Received incoming connection from %s.\n", address_text);
 	cbba = g_new0(struct _check_buddy_by_address_t, 1);
 	cbba->address = address_text;
 	cbba->pb = &pb;