mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-14 08:15:02 -05:00
Fix error message
This commit is contained in:
parent
68c74e6a88
commit
272d8bca04
@ -161,7 +161,7 @@ mxml_to_evbuf(mxml_node_t *tree)
|
|||||||
free(xml);
|
free(xml);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_RSP, "Could not load evbuffer for RSP error\n");
|
DPRINTF(E_LOG, L_RSP, "Could not load evbuffer for RSP reply\n");
|
||||||
|
|
||||||
evbuffer_free(evbuf);
|
evbuffer_free(evbuf);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user