[DEBUG] log KiAuto commands that we can copy & paste
This commit is contained in:
parent
9be29307be
commit
99d35922c6
|
|
@ -139,7 +139,7 @@ def extract_errors(text):
|
|||
|
||||
|
||||
def exec_with_retry(cmd):
|
||||
logger.debug('Executing: '+str(cmd))
|
||||
logger.debug('Executing: '+' '.join(cmd))
|
||||
if GS.debug_level > 2:
|
||||
logger.debug('Command line: '+' '.join(cmd))
|
||||
retry = 2
|
||||
|
|
|
|||
Loading…
Reference in New Issue