We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c90765 commit 6e7a2f5Copy full SHA for 6e7a2f5
Sources/UIImageExtensions.swift
@@ -92,7 +92,7 @@ extension UIImage {
92
return
93
}
94
guard let data = NSData(contentsOfURL: url) else {
95
- print("EZSE: No image in URL")
+ print("EZSE: No image in URL \(urlString)")
96
self.init(data: NSData())
97
98
0 commit comments