Change in vdsm[master]: Use stdout for regular output message in removeConf func

ybronhei at redhat.com ybronhei at redhat.com
Tue Aug 26 03:34:13 UTC 2014


Yaniv Bronhaim has uploaded a new change for review.

Change subject: Use stdout for regular output message in removeConf func
......................................................................

Use stdout for regular output message in removeConf func

Change-Id: Ifce4153e28697d100ae551cdb6c735a07dd90434
Signed-off-by: Yaniv Bronhaim <ybronhei at redhat.com>
---
M lib/vdsm/tool/configurator.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/41/31941/1

diff --git a/lib/vdsm/tool/configurator.py b/lib/vdsm/tool/configurator.py
index b799fde..3c223df 100644
--- a/lib/vdsm/tool/configurator.py
+++ b/lib/vdsm/tool/configurator.py
@@ -153,7 +153,7 @@
     for c in args.modules:
         try:
             c.removeConf()
-            sys.stderr.write(
+            sys.stdout.write(
                 "removed configuration of module %s successfully\n" %
                 c.getName()
             )


-- 
To view, visit http://gerrit.ovirt.org/31941
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifce4153e28697d100ae551cdb6c735a07dd90434
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list