[libgovirt] Fix warning message in ovirt_proxy_get_collection_xml



commit 2a02b08cc0b76f708f201b3cd8992d3dd66f9d82
Author: Christophe Fergeau <cfergeau redhat com>
Date:   Thu Aug 22 14:51:02 2013 +0200

    Fix warning message in ovirt_proxy_get_collection_xml
    
    It was incorrectly referring to VMs (through copy and paste ;)

 govirt/ovirt-proxy.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/govirt/ovirt-proxy.c b/govirt/ovirt-proxy.c
index 540a14e..6f5dc4b 100644
--- a/govirt/ovirt-proxy.c
+++ b/govirt/ovirt-proxy.c
@@ -203,7 +203,7 @@ RestXmlNode *ovirt_proxy_get_collection_xml(OvirtProxy *proxy,
     rest_proxy_call_add_header(call, "All-Content", "true");
 
     if (!rest_proxy_call_sync(call, error)) {
-        g_warning("Error while getting VM list");
+        g_warning("Error while getting collection");
         g_object_unref(G_OBJECT(call));
         return NULL;
     }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]