[-] Name update forked-daapd -> owntone throughout the code

This commit is contained in:
ejurgensen
2021-04-09 20:21:20 +02:00
parent f61665b81d
commit 5f1686695a
29 changed files with 50 additions and 50 deletions

View File

@@ -352,7 +352,7 @@ net_evhttp_bind(struct evhttp *evhttp, short unsigned port, const char *log_serv
{
if (!v6enabled)
{
DPRINTF(E_FATAL, L_HTTPD, "Could not bind to port %d (forked-daapd already running?)\n", httpd_port);
DPRINTF(E_FATAL, L_HTTPD, "Could not bind to port %d (server already running?)\n", httpd_port);
goto bind_fail;
}