turn down debugging info in xml-rpc.c

This commit is contained in:
Ron Pedde 2006-05-31 05:43:10 +00:00
parent 59287ca77d
commit 9e5cb8879d

View File

@ -296,7 +296,7 @@ void xml_output(XMLSTRUCT *pxml, char *section, char *fmt, ...) {
if(section) {
xml_push(pxml,section);
}
_ppi->log(E_DBG,"Converting %s -> %s\n",buf,output);
xml_write(pxml,"%s",output);
free(output);
if(section) {