Fabian Deutsch has uploaded a new change for review. Change subject: sat: Small typo fix ......................................................................
sat: Small typo fix Change-Id: I8bc98f5a0cd14da0c6b3e54546800d62031502bc Signed-off-by: Fabian Deutsch <[email protected]> --- M src/ovirt/node/setup/rhn/rhn_model.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/13/49313/1 diff --git a/src/ovirt/node/setup/rhn/rhn_model.py b/src/ovirt/node/setup/rhn/rhn_model.py index 250e19a..fc7ff4a 100755 --- a/src/ovirt/node/setup/rhn/rhn_model.py +++ b/src/ovirt/node/setup/rhn/rhn_model.py @@ -265,7 +265,7 @@ self.logger.info("System %s successfully registered to" " %s" % (cfg["profile"], cfg["url"])) else: - self.logger.info("System %s successfully registered to" + self.logger.info("System successfully registered to" "RHN classic") except process.CalledProcessError: -- To view, visit https://gerrit.ovirt.org/49313 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8bc98f5a0cd14da0c6b3e54546800d62031502bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: ovirt-3.6 Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
