From 439e101de906fdc152f9504baf75cc7d892037ec Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Fri, 6 Sep 2024 00:45:22 -0400 Subject: [PATCH] corrected format for features 64 bitstring --- uxplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uxplay.cpp b/uxplay.cpp index 1a7ce2f..56e2e10 100644 --- a/uxplay.cpp +++ b/uxplay.cpp @@ -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; }