We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dacd92b commit ae97529Copy full SHA for ae97529
G7SensorKit/G7CGMManager/G7PeripheralManager.swift
@@ -131,7 +131,7 @@ extension G7PeripheralManager {
131
self.log.error("No delegate set configured")
132
}
133
} catch let error {
134
- self.log.error("Error applying peripheral configuration: %@", String(describing: error))
+ self.log.error("Error applying peripheral configuration: %{public}@", String(describing: error))
135
// Will retry
136
137
0 commit comments