From c4f10b1eb8391feb349f744e98ac152a3ad39682 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Fri, 6 Sep 2024 11:51:19 +0200 Subject: [PATCH] use DebugLog --- ios/Video/Features/DRMManager+AVContentKeySessionDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Video/Features/DRMManager+AVContentKeySessionDelegate.swift b/ios/Video/Features/DRMManager+AVContentKeySessionDelegate.swift index c662b49b92..f8d31fd017 100644 --- a/ios/Video/Features/DRMManager+AVContentKeySessionDelegate.swift +++ b/ios/Video/Features/DRMManager+AVContentKeySessionDelegate.swift @@ -36,6 +36,6 @@ extension DRMManager: AVContentKeySessionDelegate { } func contentKeySession(_: AVContentKeySession, contentKeyRequest _: AVContentKeyRequest, didFailWithError error: Error) { - print(error) + DebugLog(String(describing: error)) } }