actually use capture list
This commit is contained in:
parent
1753707bf8
commit
e33309827f
@ -48,7 +48,7 @@ final class SocketLogger {
|
||||
}
|
||||
|
||||
dispatch_async(printQueue) {[type = client.logType] in
|
||||
NSLog("ERROR %@: %@", altType ?? client.logType, message)
|
||||
NSLog("ERROR %@: %@", altType ?? type, message)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user