mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-15 00:34:05 +09:00
corrected format for features 64 bitstring
This commit is contained in:
@@ -1300,7 +1300,7 @@ static int register_dnssd() {
|
||||
return -4;
|
||||
}
|
||||
|
||||
LOGD("register_dnssd: advertised AirPlay service with \"Features\" code = 0x%X",
|
||||
LOGD("register_dnssd: advertised AirPlay service with \"Features\" code = 0x%llX",
|
||||
dnssd_get_airplay_features(dnssd));
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user