They were noted by iustin in the CL commit but I forgot to fix them before submitting.
Signed-off-by: Guido Trotter <[email protected]> --- daemons/ganeti-nld | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/daemons/ganeti-nld b/daemons/ganeti-nld index 5e265db..a3f3c67 100755 --- a/daemons/ganeti-nld +++ b/daemons/ganeti-nld @@ -138,11 +138,11 @@ class NLDConfdCallback(object): status, node = reply if status != gnt_constants.CONFD_REPL_STATUS_OK: logging.debug("Error %s retrieving node for instance %s: %s" - % (status, instance, node)) + % (status, instance, node)) continue if not node: logging.debug("Empty answer retrieving node for instance %s" - % instance) + % instance) continue if link not in self.cached_instance_node_map: self.cached_instance_node_map[link] = {} -- 1.6.5
