Skip to content

Commit 0687ad0

Browse files
authored
Merge pull request #2134 from ahoppen/ahoppen/509/os-log-privacy
[509] Set the privacy level of string interpolation errors in os_log to private
2 parents 057bdfb + 7b57efa commit 0687ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntaxBuilder/SyntaxParsable+ExpressibleByStringInterpolation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extension SyntaxParseable {
5151
"""
5252
Parsing a `\(Self.self)` node from string interpolation produced the following parsing errors.
5353
Set a breakpoint in `SyntaxParseable.logStringInterpolationParsingError()` to debug the failure.
54-
\(formattedDiagnostics)
54+
\(formattedDiagnostics, privacy: .private)
5555
"""
5656
)
5757
}

0 commit comments

Comments
 (0)