diff --git a/Sources/LiveKit/Support/AsyncCompleter.swift b/Sources/LiveKit/Support/AsyncCompleter.swift index 325105574..b89a8eb2e 100644 --- a/Sources/LiveKit/Support/AsyncCompleter.swift +++ b/Sources/LiveKit/Support/AsyncCompleter.swift @@ -166,7 +166,7 @@ class AsyncCompleter: Loggable { // Create time-out block let timeoutBlock = DispatchWorkItem { [weak self] in guard let self else { return } - self.log("\(label) id: \(entryId) timed out") + self.log("\(self.label) id: \(entryId) timed out") self._lock.sync { if let entry = self._entries[entryId] { entry.timeout()