mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-23 12:43:18 -05:00
Fix incorrect log domain
This commit is contained in:
parent
cefa51b5c6
commit
cdf0e2f9a5
@ -539,7 +539,7 @@ mdns_register(char *name, char *type, int port, char **txt)
|
||||
|
||||
if (mdns_group)
|
||||
{
|
||||
DPRINTF(E_DBG, L_MISC, "Resetting mDNS group\n");
|
||||
DPRINTF(E_DBG, L_MDNS, "Resetting mDNS group\n");
|
||||
avahi_entry_group_reset(mdns_group);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user