mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-26 04:26:14 -05:00
[-] Rename source and target names from forked-daapd to owntone
This commit is contained in:
@@ -637,7 +637,7 @@ main(int argc, char **argv)
|
||||
/* Set up libevent logging callback */
|
||||
event_set_log_callback(logger_libevent);
|
||||
|
||||
DPRINTF(E_LOG, L_MAIN, "Forked Media Server Version %s taking off\n", VERSION);
|
||||
DPRINTF(E_LOG, L_MAIN, "OwnTone version %s taking off\n", VERSION);
|
||||
|
||||
DPRINTF(E_LOG, L_MAIN, "Built with:\n");
|
||||
buildopts = buildopts_get();
|
||||
@@ -858,7 +858,9 @@ main(int argc, char **argv)
|
||||
|
||||
/* Register this CNAME with mDNS for OAuth */
|
||||
if (!mdns_no_cname)
|
||||
mdns_cname("forked-daapd.local");
|
||||
{
|
||||
mdns_cname("owntone.local");
|
||||
}
|
||||
|
||||
#ifdef HAVE_SIGNALFD
|
||||
/* Set up signal fd */
|
||||
|
||||
Reference in New Issue
Block a user