Commit b0341224 authored by Kristopher Ruzic's avatar Kristopher Ruzic

add more logging to init

parent 63f0c600
......@@ -68,6 +68,7 @@ class Recipe(GenericBaseRecipe):
path_list.append(tunnel_path)
self.logger.warning(len(self.options))
self.logger.warning(self.options)
self.logger.warning(self.getTemplateFilename('kvm_run.in'))
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