We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16bfea3 commit 07051d1Copy full SHA for 07051d1
1 file changed
Source/FDWaveformView.swift
@@ -34,7 +34,7 @@ open class FDWaveformView: UIView {
34
FDAudioContext.load(fromAudioURL: audioURL) { audioContext in
35
DispatchQueue.main.async {
36
if audioContext == nil {
37
- NSLog("FDWaveformView failed to load URL")
+ NSLog("FDWaveformView failed to load URL: \(audioURL)")
38
}
39
40
self.audioContext = audioContext // This will reset the view and kick off a layout
0 commit comments