diff --git a/IM/VirtualMachine.py b/IM/VirtualMachine.py index 067276581..faf32ed54 100644 --- a/IM/VirtualMachine.py +++ b/IM/VirtualMachine.py @@ -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