Yaniv Bronhaim has uploaded a new change for review.

Change subject: Remove redundant print which interfere yum output
......................................................................

Remove redundant print which interfere yum output

The print "removed configuration of module [module-name] successfully"
is not necessary and better to avoid it.

Change-Id: I138302190d11de87ee820c86f9903d6b4558bd0f
Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com>
---
M lib/vdsm/tool/configurator.py
1 file changed, 0 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/35/40235/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index fd4e1c8..37c4eb4 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -234,11 +234,6 @@
     for c in args.modules:
         try:
             _removeConf(c)
-            sys.stdout.write(
-                "removed configuration of module %s successfully\n" %
-                c.name
-            )
-
         except Exception:
             sys.stderr.write(
                 "can't remove configuration of module %s\n" %


-- 
To view, visit https://gerrit.ovirt.org/40235
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I138302190d11de87ee820c86f9903d6b4558bd0f
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to