Skip to content

Commit f2dcb1c

Browse files
jkmasseldcalhoun
andauthored
Update ios/Sources/GutenbergKit/Sources/EditorLogging.swift
Co-authored-by: David Calhoun <[email protected]>
1 parent 5cdbc5b commit f2dcb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Sources/GutenbergKit/Sources/EditorLogging.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public protocol EditorLogging: Sendable {
99

1010
extension Logger {
1111

12-
public static let performance = OSSignposter(subsystem: "GutenbergKit", category: "timing")
12+
public static let performance = OSSignposter(subsystem: "GutenbergKit", category: "performance")
1313

1414
/// Logs timings for performance optimization
1515
public static let timing = Logger(subsystem: "GutenbergKit", category: "timing")

0 commit comments

Comments
 (0)