From a321487fd9a0849482d67d1ac6033c76d817695d Mon Sep 17 00:00:00 2001 From: micafer Date: Wed, 16 Jan 2019 16:37:36 +0100 Subject: [PATCH] Add log message --- IM/VirtualMachine.py | 1 + 1 file changed, 1 insertion(+) 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