We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b657b commit 2e87fc1Copy full SHA for 2e87fc1
1 file changed
Core/Sources/Logger/Logger.swift
@@ -33,7 +33,7 @@ public final class Logger {
33
}
34
35
let osLog = OSLog(subsystem: subsystem, category: category)
36
- os_log("%@", log: osLog, type: osLogType, message as CVarArg)
+ os_log("%{public}@", log: osLog, type: osLogType, message as CVarArg)
37
38
39
public func debug(_ message: String) {
0 commit comments