[node-patches] Change in ovirt-node[master]: sat: Fix logging message
fabiand at redhat.com
fabiand at redhat.com
Wed Feb 3 11:13:50 UTC 2016
Fabian Deutsch has uploaded a new change for review.
Change subject: sat: Fix logging message
......................................................................
sat: Fix logging message
Previously the system name was not expanded in the logging message.
Change-Id: I7c6fa16373a495ebd307393ded6473ed01da0da4
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1290297
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/rhn/rhn_model.py
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/32/53032/1
diff --git a/src/ovirt/node/setup/rhn/rhn_model.py b/src/ovirt/node/setup/rhn/rhn_model.py
index 683ecfd..840b19b 100755
--- a/src/ovirt/node/setup/rhn/rhn_model.py
+++ b/src/ovirt/node/setup/rhn/rhn_model.py
@@ -484,7 +484,8 @@
cfg["url"]))
else:
self.logger.info("System %s successfully "
- "registered to SAM")
+ "registered to SAM" %
+ cfg["profile"])
# This isn't strictly necessary
if RHN().retrieve()["activationkey"]:
--
To view, visit https://gerrit.ovirt.org/53032
To unsubscribe, visit https://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7c6fa16373a495ebd307393ded6473ed01da0da4
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at redhat.com>
More information about the node-patches
mailing list