Skip to content

Commit

Permalink
use DebugLog
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch committed Sep 6, 2024
1 parent eab800d commit c4f10b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ extension DRMManager: AVContentKeySessionDelegate {
}

func contentKeySession(_: AVContentKeySession, contentKeyRequest _: AVContentKeyRequest, didFailWithError error: Error) {
print(error)
DebugLog(String(describing: error))
}
}

0 comments on commit c4f10b1

Please sign in to comment.