mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 13:39:47 -05:00
Fix incorrect log domain
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user