[node-patches] Change in ovirt-node[master]: installer: Fix progress logging

fabiand at fedoraproject.org fabiand at fedoraproject.org
Wed May 22 12:15:18 UTC 2013


Fabian Deutsch has uploaded a new change for review.

Change subject: installer: Fix progress logging
......................................................................

installer: Fix progress logging

Change-Id: I99388a697a91848a34d30d14c3715ea1d1828969
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/installer/progress_page.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/79/14979/1

diff --git a/src/ovirt/node/installer/progress_page.py b/src/ovirt/node/installer/progress_page.py
index ec6923e..84bd3ef 100644
--- a/src/ovirt/node/installer/progress_page.py
+++ b/src/ovirt/node/installer/progress_page.py
@@ -241,7 +241,7 @@
         def commit(self):
             from ovirtnode import password
             admin_pw_set = password.set_password(self.root_password, "admin")
-            self.logger.debug("Setting root password: %s" % self.root_password)
+            self.logger.debug("Setting admin password")
             if not admin_pw_set:
                 raise RuntimeError("Failed to set root password")
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I99388a697a91848a34d30d14c3715ea1d1828969
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>



More information about the node-patches mailing list