Commit d5c5681a authored by Kristopher Ruzic's avatar Kristopher Ruzic

fix typos in kvm recipe

parent 96604f9c
......@@ -66,8 +66,8 @@ class Recipe(GenericBaseRecipe):
),
)
path_list.append(tunnel_path)
logger.warning(len(self.options))
logger.warning(self.options)
self.logger.warning(len(self.options))
self.logger.warning(self.options)
runner_path = self.createExecutable(
self.options['runner-path'],
self.substituteTemplate(self.getTemplateFilename('kvm_run.in'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment