summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadLogging/CustomFormatLogHandler.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/MullvadLogging/CustomFormatLogHandler.swift')
-rw-r--r--ios/MullvadLogging/CustomFormatLogHandler.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/MullvadLogging/CustomFormatLogHandler.swift b/ios/MullvadLogging/CustomFormatLogHandler.swift
index 3ed4fe24cb..fefb8260ce 100644
--- a/ios/MullvadLogging/CustomFormatLogHandler.swift
+++ b/ios/MullvadLogging/CustomFormatLogHandler.swift
@@ -48,7 +48,7 @@ public struct CustomFormatLogHandler: LogHandler {
line: UInt
) {
let mergedMetadata = self.metadata
- .merging(metadata ?? [:]) { lhs, rhs -> Logger.MetadataValue in
+ .merging(metadata ?? [:]) { _, rhs -> Logger.MetadataValue in
rhs
}
let prettyMetadata = Self.formatMetadata(mergedMetadata)