Bug 1962030 - part3 : correct debug log definition for WMF clearkey. r=media-playback-reviewers,padenot

Depends on D246524

Differential Revision: https://phabricator.services.mozilla.com/D246646
This commit is contained in:
alwu
2025-04-29 18:35:17 +00:00
parent 55209ac434
commit a792b2404c

View File

@@ -25,7 +25,7 @@ inline constexpr WCHAR kCLEARKEY_SYSTEM_NAME[] = L"org.w3.clearkey";
#define WMF_CLEARKEY_DEBUG 0 #define WMF_CLEARKEY_DEBUG 0
#ifdef WMF_CLEARKEY_DEBUG #if WMF_CLEARKEY_DEBUG
# define LOG(msg, ...) \ # define LOG(msg, ...) \
printf(("[Thread %lu]: D/WMFClearKey " msg "\n"), \ printf(("[Thread %lu]: D/WMFClearKey " msg "\n"), \
static_cast<unsigned long>( \ static_cast<unsigned long>( \