diff options
Diffstat (limited to 'src/dmixml.c')
-rw-r--r-- | src/dmixml.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dmixml.c b/src/dmixml.c index 6f1fd77..6f6aa60 100644 --- a/src/dmixml.c +++ b/src/dmixml.c @@ -352,9 +352,9 @@ char *dmixml_GetXPathContent(Log_t *logp, char *buf, size_t buflen, xmlXPathObje break; default: - log_append(logp, LOG_WARNING, "dmixml_GetXPathContent(...):: " - "Do not know how to handle XPath type %i\n", - xpo->type); + log_append(logp, LOGFL_NORMAL, LOG_WARNING, "dmixml_GetXPathContent(...):: " + "Do not know how to handle XPath type %i\n", + xpo->type); return NULL; } return buf; |