Skip to content

Commit

Permalink
Use a shorter and less confusing log message
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmojo committed Aug 17, 2024
1 parent e8a0ce1 commit d9d7ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniKitUI/ViewModels/InsertCannulaViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ class InsertCannulaViewModel: ObservableObject, Identifiable {
}
case .failure(let error):
if case .podAlreadyPaired = error {
print("### insertCannula treating podAlreadyPaired as success to avoid looping!")
print("### insertCannula treating podAlreadyPaired as success")
self.state = .finished
} else if self.autoRetryAttempted {
self.autoRetryAttempted = false // allow for an auto retry on the next user attempt
Expand Down

0 comments on commit d9d7ce5

Please sign in to comment.