# HG changeset patch
# User Richard Laager <rlaager@wiktel.com>
# Date 1226977323 0
# Node ID 8de8ca65e1d98db9494a5b021d702a19f7e72d43
# Parent  16f58b7418c0ad9c4985f39b16277f1011482020
I know Mark was trying to save newlines, but I had one to spare.

diff -r 16f58b7418c0 -r 8de8ca65e1d9 libpurple/protocols/jabber/parser.c
--- a/libpurple/protocols/jabber/parser.c	Tue Nov 18 03:00:54 2008 +0000
+++ b/libpurple/protocols/jabber/parser.c	Tue Nov 18 03:02:03 2008 +0000
@@ -149,7 +149,7 @@
 								 "Domain %i, code %i, level %i: %s",
 					   js,
 					   error->domain, error->code, error->level,
-					   (error->message ? error->message : "(null)"));
+					   (error->message ? error->message : "(null)\n"));
 }
 
 static xmlSAXHandler jabber_parser_libxml = {