[DEBUG] log KiAuto commands that we can copy & paste

This commit is contained in:
Salvador E. Tropea 2022-08-11 13:26:41 -03:00
parent 9be29307be
commit 99d35922c6
1 changed files with 1 additions and 1 deletions

View File

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