summaryrefslogtreecommitdiffstats
path: root/src/dmixml.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2010-02-05 18:16:43 +0100
committerDavid Sommerseth <davids@redhat.com>2010-02-05 18:16:43 +0100
commit5abd4b52f056ba09b1c134870586393a223ccc79 (patch)
tree3fb191193bcd013805aaab92a2b595203d78880e /src/dmixml.c
parent5ebf67efee2893c4d3dc60ec31a0efeb0894d245 (diff)
downloadpython-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.tar.gz
python-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.tar.xz
python-dmidecode-5abd4b52f056ba09b1c134870586393a223ccc79.zip
Removed not needed \n from log_append() entries
Diffstat (limited to 'src/dmixml.c')
-rw-r--r--src/dmixml.c2
1 files changed, 1 insertions, 1 deletions
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;
}