Skip to content

Commit 07051d1

Browse files
committed
Add audioURL to error log.
1 parent 16bfea3 commit 07051d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/FDWaveformView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ open class FDWaveformView: UIView {
3434
FDAudioContext.load(fromAudioURL: audioURL) { audioContext in
3535
DispatchQueue.main.async {
3636
if audioContext == nil {
37-
NSLog("FDWaveformView failed to load URL")
37+
NSLog("FDWaveformView failed to load URL: \(audioURL)")
3838
}
3939

4040
self.audioContext = audioContext // This will reset the view and kick off a layout

0 commit comments

Comments
 (0)