* Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
* Switch to autoconf from genconfig.sh.
This commit is contained in:
@ -274,8 +274,9 @@ rcvBeaconMessage(char * beacon)
|
||||
|
||||
if( strcasecmp(method, "broadcast") == 0 )
|
||||
{
|
||||
DPRINTF(E_DEBUG, L_TIVO, "Received new beacon: machine(%s) platform(%s) services(%s)\n",
|
||||
DPRINTF(E_DEBUG, L_TIVO, "Received new beacon: machine(%s/%s) platform(%s) services(%s)\n",
|
||||
machine ? machine : "-",
|
||||
identity ? identity : "-",
|
||||
platform ? platform : "-",
|
||||
services ? services : "-" );
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user