Fix debug message typo

This commit is contained in:
Julien BLACHE 2010-08-03 19:11:41 +02:00
parent 7d480faecd
commit b3294c5079
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}