Add log for cmd

This commit is contained in:
James Page 2016-11-10 10:34:12 +00:00
parent 668149fa45
commit e6b43e1f07

View File

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