Skip to content

Commit a282bfa

Browse files
committed
Log an error we ignore as a warning
1 parent 1274096 commit a282bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Hardware/Hardware/CardReader/StripeCardReader/StripeCardReaderService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ private extension StripeCardReaderService {
413413
}
414414

415415
if underlyingError == .commandCancelled {
416-
DDLogError("💳 Warning: collect payment error cancelled. We actively ignore this error \(error)")
416+
DDLogWarn("💳 Warning: collect payment error cancelled. We actively ignore this error \(error)")
417417
}
418418

419419
}

0 commit comments

Comments
 (0)