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 <[email protected]> --- 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 <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
