[node-patches] Change in ovirt-node[master]: core: Fix logger typo
fabiand at redhat.com
fabiand at redhat.com
Thu Aug 7 10:30:26 UTC 2014
Fabian Deutsch has uploaded a new change for review.
Change subject: core: Fix logger typo
......................................................................
core: Fix logger typo
Change-Id: Ia78a0d39c89967d28852bcab8f9a05c74f18d6e6
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1127640
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M src/ovirt/node/setup/core/plugins_page.py
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/83/31183/1
diff --git a/src/ovirt/node/setup/core/plugins_page.py b/src/ovirt/node/setup/core/plugins_page.py
index 075a115..8c8b7f2 100644
--- a/src/ovirt/node/setup/core/plugins_page.py
+++ b/src/ovirt/node/setup/core/plugins_page.py
@@ -116,7 +116,7 @@
return ui.TextViewDialog("output.dialog", "Manifest",
contents)
except:
- self.logged.debug("Error retrieving manifest:",
+ self.logger.debug("Error retrieving manifest:",
exc_info=True)
return InfoDialog("dialog.info", "An Error Occured",
"No manifest found")
--
To view, visit http://gerrit.ovirt.org/31183
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia78a0d39c89967d28852bcab8f9a05c74f18d6e6
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