Skip to content

Commit 29c1564

Browse files
authored
Merge pull request #2124 from ahoppen/ahoppen/os-log-privacy
Set the privacy level of string interpolation errors in os_log to private
2 parents 71b7378 + fff5b73 commit 29c1564

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)