Skip to content

Commit 6e7a2f5

Browse files
committed
Image url missing gives more information now
1 parent 7c90765 commit 6e7a2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/UIImageExtensions.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ extension UIImage {
9292
return
9393
}
9494
guard let data = NSData(contentsOfURL: url) else {
95-
print("EZSE: No image in URL")
95+
print("EZSE: No image in URL \(urlString)")
9696
self.init(data: NSData())
9797
return
9898
}

0 commit comments

Comments
 (0)