ipautil.run args log message is confusing

https://fedorahosted.org/freeipa/ticket/3724

Reviewed-By: Petr Viktorin <pviktori@redhat.com>
This commit is contained in:
Gabe
2014-06-09 16:27:41 +02:00
committed by Petr Viktorin
parent bfdbd3b6ad
commit ec282c7e96
+1 -1
View File
@@ -301,7 +301,7 @@ def run(args, stdin=None, raiseonerr=True,
p_out = subprocess.PIPE
p_err = subprocess.PIPE
arg_string = nolog_replace(' '.join(args), nolog)
arg_string = nolog_replace(' '.join(shell_quote(a) for a in args), nolog)
root_logger.debug('Starting external process')
root_logger.debug('args=%s' % arg_string)