diff -r 0853a065e5c3 -r 84b69b21672b libpurple/protocols/bonjour/jabber.c --- 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;