Skip to content

Commit

Permalink
wrapper: rhv: log the fact that XDG_RUNTIME_DIR was dropped
Browse files Browse the repository at this point in the history
Signed-off-by: Tomáš Golembiovský <tgolembi@redhat.com>
  • Loading branch information
nyoxi committed Apr 16, 2019
1 parent 185d75a commit 64ca617
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wrapper/virt-v2v-wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ def prepare_command(self, data, v2v_args, v2v_env, v2v_caps):
# virt-v2v.
#
# https://bugzilla.redhat.com/show_bug.cgi?id=967509
logging.info('Dropping XDG_RUNTIME_DIR from environment.')
del v2v_env['XDG_RUNTIME_DIR']

return v2v_args, v2v_env
Expand Down

0 comments on commit 64ca617

Please sign in to comment.