mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -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);
|
||||
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);
|
||||
return NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user