Commit b2a81f30 authored by Benziane Chakib's avatar Benziane Chakib
Browse files

less obscure debug

parent 1e1eb830
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -61,8 +61,9 @@ class NodeHandler(RpcHandler):
        self._connection = connection
        #we set our hypervisor handle
        #FIXME: must be aware of hypervisor type
        logging.debug('Initializing a handle over the hypervisor')
        logging.debug('Initializing a connection on the hypervisor')
        self.hv_handle = KvmHypervisor()
        logging.debug('Initialized connection to a KVM hypervisor')

    
    def _call_hv_method(self, method):