Skip to content

Commit 2e87fc1

Browse files
committed
Make os log public
1 parent 99b657b commit 2e87fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Core/Sources/Logger/Logger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public final class Logger {
3333
}
3434

3535
let osLog = OSLog(subsystem: subsystem, category: category)
36-
os_log("%@", log: osLog, type: osLogType, message as CVarArg)
36+
os_log("%{public}@", log: osLog, type: osLogType, message as CVarArg)
3737
}
3838

3939
public func debug(_ message: String) {

0 commit comments

Comments
 (0)