mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-08-10 10:49:45 +00:00
Standardize write_debug
This commit is contained in:
@@ -402,5 +402,4 @@ class FileDownloader(object):
|
||||
if exe is None:
|
||||
exe = os.path.basename(str_args[0])
|
||||
|
||||
self.to_screen('[debug] %s command line: %s' % (
|
||||
exe, shell_quote(str_args)))
|
||||
self.write_debug('%s command line: %s' % (exe, shell_quote(str_args)))
|
||||
|
Reference in New Issue
Block a user