From 8e90c8a847e01700181efada22111950e3f16dec Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 2 Jun 2018 00:46:58 -0400 Subject: [PATCH] bvlah --- VMInstance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VMInstance.py b/VMInstance.py index b078857c..e0a6a1d4 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -42,7 +42,7 @@ class VMInstance: try: self.zk.set(self.zkey + '/status', 'stop'.encode('ascii')) except: - pass + print("Problem with zookeeper con %s" % self.zk) return None if not self.domuuid in self.thishypervisor.domain_list: