Skip to content

Commit fa1b7ae

Browse files
committed
fix typo
which hid need for required scoping for static var (also fixed).
1 parent 3c5faa4 commit fa1b7ae

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/Logging/Interpolation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ public struct LogIntegerFormatting {
183183

184184
internal static let redacted = "<redacted>"
185185
internal func value(for value: Any) -> String {
186-
#if DEBUGGING
187-
if disableRedaction {
186+
#if DEBUG
187+
if LogPrivacy.disableRedaction {
188188
return String(describing: value)
189189
}
190190
#endif

0 commit comments

Comments
 (0)