mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-25 04:19:15 -05:00
turn down debugging info in xml-rpc.c
This commit is contained in:
parent
59287ca77d
commit
9e5cb8879d
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user