summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-03-17 12:39:38 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-03-17 12:43:52 +0100
commit6ed718ec0103b302ff6c38f22ee4256d2a656c9f (patch)
treefaff5a63b38bfdff7fe008fea91305d64e2b430a
parent5fba11613141e7e06570263dcd6c034ae6c26a83 (diff)
storage-domain: Remove debug log on missing node
This is redundant with a similar log in ovirt_rest_xml_node_get_content_va
-rw-r--r--govirt/ovirt-storage-domain.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/govirt/ovirt-storage-domain.c b/govirt/ovirt-storage-domain.c
index bb8572c..e7308bb 100644
--- a/govirt/ovirt-storage-domain.c
+++ b/govirt/ovirt-storage-domain.c
@@ -297,7 +297,6 @@ ovirt_resource_parse_xml(OvirtResource *resource,
value_str = ovirt_rest_xml_node_get_content_from_path(node, elements->xml_node);
if (value_str == NULL) {
- g_debug("Could not find node %s", elements->xml_node);
continue;
}
g_value_init(&value, elements->type);