From 5abd4b52f056ba09b1c134870586393a223ccc79 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 5 Feb 2010 18:16:43 +0100 Subject: Removed not needed \n from log_append() entries --- src/dmixml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dmixml.c') diff --git a/src/dmixml.c b/src/dmixml.c index 6f6aa60..ba285e8 100644 --- a/src/dmixml.c +++ b/src/dmixml.c @@ -353,7 +353,7 @@ char *dmixml_GetXPathContent(Log_t *logp, char *buf, size_t buflen, xmlXPathObje default: log_append(logp, LOGFL_NORMAL, LOG_WARNING, "dmixml_GetXPathContent(...):: " - "Do not know how to handle XPath type %i\n", + "Do not know how to handle XPath type %i", xpo->type); return NULL; } -- cgit