mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-13 16:03:23 -05: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);
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user