mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 21:49:48 -05:00
Fix debug message typo
This commit is contained in:
@@ -3287,7 +3287,7 @@ player_init(void)
|
|||||||
ret = mdns_browse("_raop._tcp", raop_device_cb);
|
ret = mdns_browse("_raop._tcp", raop_device_cb);
|
||||||
if (ret < 0)
|
if (ret < 0)
|
||||||
{
|
{
|
||||||
DPRINTF(E_FATAL, L_PLAYER, "Could not browser for AirTunes devices\n");
|
DPRINTF(E_FATAL, L_PLAYER, "Could not add mDNS browser for AirTunes devices\n");
|
||||||
|
|
||||||
goto mdns_browse_fail;
|
goto mdns_browse_fail;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user