Standardize write_debug

This commit is contained in:
pukkandan
2021-05-14 13:15:29 +05:30
parent d908aa636a
commit 0760b0a7e2
5 changed files with 34 additions and 34 deletions

View File

@@ -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)))