mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-01-07 17:16:08 +00:00
[downloader/hls] Use the correct program when reporting an error
This commit is contained in:
parent
071a236c5a
commit
29153f49b3
|
@ -42,5 +42,5 @@ class HlsFD(FileDownloader):
|
|||
return True
|
||||
else:
|
||||
self.to_stderr(u"\n")
|
||||
self.report_error(u'ffmpeg exited with code %d' % retval)
|
||||
self.report_error(u'%s exited with code %d' % (program, retval))
|
||||
return False
|
||||
|
|
Loading…
Reference in a new issue