Standardize write_debug
This commit is contained in:
parent
d908aa636a
commit
0760b0a7e2
5 changed files with 34 additions and 34 deletions
|
|
@ -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)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue