comparison libpurple/protocols/jabber/parser.c @ 24474:8de8ca65e1d9

I know Mark was trying to save newlines, but I had one to spare.
author Richard Laager <rlaager@wiktel.com>
date Tue, 18 Nov 2008 03:02:03 +0000
parents e2f5a4a091b5
children 7cf760f3560e
comparison
equal deleted inserted replaced
24473:16f58b7418c0 24474:8de8ca65e1d9
147 147
148 purple_debug_error("jabber", "XML parser error for JabberStream %p: " 148 purple_debug_error("jabber", "XML parser error for JabberStream %p: "
149 "Domain %i, code %i, level %i: %s", 149 "Domain %i, code %i, level %i: %s",
150 js, 150 js,
151 error->domain, error->code, error->level, 151 error->domain, error->code, error->level,
152 (error->message ? error->message : "(null)")); 152 (error->message ? error->message : "(null)\n"));
153 } 153 }
154 154
155 static xmlSAXHandler jabber_parser_libxml = { 155 static xmlSAXHandler jabber_parser_libxml = {
156 NULL, /*internalSubset*/ 156 NULL, /*internalSubset*/
157 NULL, /*isStandalone*/ 157 NULL, /*isStandalone*/