Skip to content

Commit

Permalink
Add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Jan 16, 2019
1 parent 51d9aa7 commit a321487
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions IM/VirtualMachine.py
Original file line number Diff line number Diff line change
Expand Up @@ -778,6 +778,7 @@ def check_ctxt_process(self):
while self.ctxt_pid:
if self.destroy:
# If the VM has been destroyed set pid to None and return
self.log_debug("VM %s deleted. Exit check_ctxt_process thread." % self.im_id)
self.ctxt_pid = None
return None

Expand Down

0 comments on commit a321487

Please sign in to comment.