[httpd] Improve log message
This commit is contained in:
parent
7d1d52e8f0
commit
c4713d8b39
|
@ -1376,7 +1376,7 @@ httpd_init(void)
|
||||||
ret = evhttp_bind_socket(evhttpd, "::", port);
|
ret = evhttp_bind_socket(evhttpd, "::", port);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_LOG, L_HTTPD, "Could not bind to port %d, falling back to IPv4\n", port);
|
DPRINTF(E_LOG, L_HTTPD, "Could not bind to port %d with IPv6, falling back to IPv4\n", port);
|
||||||
v6enabled = 0;
|
v6enabled = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue