Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> --- targetcli/ui_root.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/targetcli/ui_root.py b/targetcli/ui_root.py index b765dd4..3b76b04 100644 --- a/targetcli/ui_root.py +++ b/targetcli/ui_root.py @@ -46,7 +46,7 @@ class UIRoot(UINode): self.shell.log.debug("Refreshing in non-loaded mode.") for fabric_module in RTSRoot().fabric_modules: if fabric_module: - self.shell.log.info("Using %s fabric module." \ + self.shell.log.debug("Using %s fabric module." \ % fabric_module.name) UIFabricModule(fabric_module, self) elif self.as_root: @@ -58,7 +58,7 @@ class UIRoot(UINode): self.shell.log.info("Done loading %s fabric module." \ % fabric_module.name) except Exception, msg: - self.shell.log.warning("Can't load fabric module %s." + self.shell.log.debug("Can't load fabric module %s." % fabric_module.name) self.shell.log.debug(msg) else: -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html