summaryrefslogtreecommitdiffstats
path: root/video/out/mac_common.swift
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2024-03-26 23:45:18 +0100
committerder richter <der.richter@gmx.de>2024-03-29 14:20:40 +0100
commited0587692f30b4b27a8ad3a7178021cec25844b1 (patch)
tree955c4c984bd5a5f5d500194c19cc7aa6e1b9a05f /video/out/mac_common.swift
parentceaabb7b9831c43412e75e40055cf899ca37fbab (diff)
downloadmpv-ed0587692f30b4b27a8ad3a7178021cec25844b1.tar.bz2
mpv-ed0587692f30b4b27a8ad3a7178021cec25844b1.tar.xz
mac/log: rename log functions and cleanup class
Diffstat (limited to 'video/out/mac_common.swift')
-rw-r--r--video/out/mac_common.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/mac_common.swift b/video/out/mac_common.swift
index 8905be8232..4551c47d91 100644
--- a/video/out/mac_common.swift
+++ b/video/out/mac_common.swift
@@ -48,7 +48,7 @@ class MacCommon: Common {
let (_, wr) = getInitProperties(vo)
guard let layer = self.layer else {
- log.sendError("Something went wrong, no MetalLayer was initialized")
+ log.error("Something went wrong, no MetalLayer was initialized")
exit(1)
}