Skip to content

Commit

Permalink
add image error logging back in
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Jan 24, 2024
1 parent 38e6446 commit fc28276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/KukaiCoreSwift/Services/MediaProxyService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,7 @@ public class MediaProxyService: NSObject {

} completed: { image, error, _, _ in
if let _ = error {
Logger.kukaiCoreSwift.error("Error fetching: \(url.absoluteString), Error: \(String(describing: error))")
imageView.image = fallback
}

Expand Down

0 comments on commit fc28276

Please sign in to comment.