mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-20 11:13:19 -05:00
[mpd] Fix typos
This commit is contained in:
parent
6064f14602
commit
ed03c90916
@ -3349,7 +3349,7 @@ mpd_command_enableoutput(struct evbuffer *evbuf, int argc, char **argv, char **e
|
|||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
{
|
{
|
||||||
ret = asprintf(errmsg, "Missing argument for command 'disableoutput'");
|
ret = asprintf(errmsg, "Missing argument for command 'enableoutput'");
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
DPRINTF(E_LOG, L_MPD, "Out of memory\n");
|
DPRINTF(E_LOG, L_MPD, "Out of memory\n");
|
||||||
return ACK_ERROR_ARG;
|
return ACK_ERROR_ARG;
|
||||||
@ -3440,7 +3440,7 @@ mpd_command_toggleoutput(struct evbuffer *evbuf, int argc, char **argv, char **e
|
|||||||
|
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
{
|
{
|
||||||
ret = asprintf(errmsg, "Missing argument for command 'disableoutput'");
|
ret = asprintf(errmsg, "Missing argument for command 'toggleoutput'");
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
DPRINTF(E_LOG, L_MPD, "Out of memory\n");
|
DPRINTF(E_LOG, L_MPD, "Out of memory\n");
|
||||||
return ACK_ERROR_ARG;
|
return ACK_ERROR_ARG;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user