]> xenbits.xensource.com Git - libvirt.git/commit
qemuMonitorJSONGetVirtType: Fix error message
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 2 Oct 2013 11:58:40 +0000 (13:58 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 3 Oct 2013 06:57:50 +0000 (08:57 +0200)
commitec07a9e84b39277dc31ee17bffbac2af2f83c777
tree9ebb923c4332b237f29cda148e1de0ca3f60bd6f
parent9fa10d3901a14997f724fe50ad8a33d7f0d23abe
qemuMonitorJSONGetVirtType: Fix error message

When querying for kvm, we try to find 'enabled' field. Hence the error
message should report we haven't found 'enabled' and not 'running'
(which is not even in the reply). Probably a typo or copy-paste error.
src/qemu/qemu_monitor_json.c