mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-15 16:48:22 -04:00
Fix debug message typo
This commit is contained in:
parent
7d480faecd
commit
b3294c5079
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user