
15 Feb
2010
15 Feb
'10
4:01 p.m.
2010/2/15 Daniel P. Berrange <berrange@redhat.com>:
Current error reporting for JSON mode returns the full JSON command string and full JSON error string. This is not very user friendly, so this change makes the error report only contain the basic command name, and friendly error message description string. The full JSON data is logged instead.
* src/qemu/qemu_monitor_json.c: Always return the 'desc' field from the JSON error message to users. ---
ACK. Matthias