Skip to content

Commit d986787

Browse files
committed
Fix module name shown in Xcode runtime warnings
1 parent a8baed0 commit d986787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LayoutInspector/RuntimeWarnings.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
}
5858
return UnsafeMutableRawPointer(mutating: #dsohandle)
5959
}(),
60-
log: OSLog(subsystem: "com.apple.runtime-issues", category: "DebugLayout")
60+
log: OSLog(subsystem: "com.apple.runtime-issues", category: "LayoutInspector")
6161
)
6262
#endif
6363

0 commit comments

Comments
 (0)