Il 18/02/2014 23:42, Hani Benhabiles ha scritto:
Signed-off-by: Hani Benhabiles <h...@linux.com>
---
 qmp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/qmp.c b/qmp.c
index d0d98e7..f556a04 100644
--- a/qmp.c
+++ b/qmp.c
@@ -556,8 +556,8 @@ void object_add(const char *type, const char *id, const 
QDict *qdict,
     }

     if (!object_dynamic_cast(obj, TYPE_USER_CREATABLE)) {
-        error_setg(&local_err, "object '%s' isn't supported by object-add",
-                   id);
+        error_setg(&local_err, "object type '%s' isn't supported by 
object-add",
+                   type);
         goto out;
     }



Acked-by: Paolo Bonzini <pbonz...@redhat.com>

Paolo

Reply via email to