Add log for cmd
This commit is contained in:
parent
668149fa45
commit
e6b43e1f07
@ -127,4 +127,5 @@ class OpenStackSnap():
|
||||
|
||||
# Ensure any arguments passed to wrapper are propagated
|
||||
cmd.extend(other_args)
|
||||
LOG.info('Executing command {}'.format(' '.join(cmd)))
|
||||
subprocess.check_call(cmd)
|
||||
|
Loading…
x
Reference in New Issue
Block a user