mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-01 01:53:23 -05:00
[mpd] fix log message if binding of artwork http server failed
This commit is contained in:
parent
2a610812a5
commit
48691748cd
@ -4567,7 +4567,7 @@ int mpd_init(void)
|
|||||||
ret = evhttp_bind_socket(evhttpd, http_addr, http_port);
|
ret = evhttp_bind_socket(evhttpd, http_addr, http_port);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_FATAL, L_MPD, "Could not bind HTTP artwork server at %s:%d\n", http_addr, port);
|
DPRINTF(E_FATAL, L_MPD, "Could not bind HTTP artwork server at %s:%d\n", http_addr, http_port);
|
||||||
|
|
||||||
goto bind_fail;
|
goto bind_fail;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user