Skip to content

Commit

Permalink
Fixed wrapper log typo
Browse files Browse the repository at this point in the history
Signed-off-by: Yadnyawalkya Tale <yadnyawalkyatale@gmail.com>
  • Loading branch information
Yadnyawalkya authored and nyoxi committed Mar 4, 2019
1 parent f22fff4 commit b2ac05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrapper/virt-v2v-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ def _run_openstack(self, cmd, data, destination=False):
# NOTE: Do NOT use logging.exception() here as it leaks passwords
# into the log!
logging.error(
'Command exitet with non-zero return code %d, output:\n%s\n',
'Command exited with non-zero return code %d, output:\n%s\n',
e.returncode, e.output)
return None

Expand Down

0 comments on commit b2ac05e

Please sign in to comment.