From 1db1c80f0bd371eb518c3b75cf0ff445da6ab8a3 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sat, 2 Jun 2018 00:47:38 -0400 Subject: [PATCH] bvlah --- VMInstance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VMInstance.py b/VMInstance.py index e0a6a1d4..74f5f96f 100644 --- a/VMInstance.py +++ b/VMInstance.py @@ -41,8 +41,8 @@ class VMInstance: if dom == None: try: self.zk.set(self.zkey + '/status', 'stop'.encode('ascii')) - except: - print("Problem with zookeeper con %s" % self.zk) + except Error as e: + print("Problem %s with zookeeper con %s" % (e, self.zk)) return None if not self.domuuid in self.thishypervisor.domain_list: