| Submitter | Orit Wasserman |
|---|---|
| Date | Jan. 30, 2013, 10:35 a.m. |
| Message ID | <1359542158-30060-6-git-send-email-owasserm@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/216885/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hmp.c b/hmp.c index 249b89b..1689e6f 100644 --- a/hmp.c +++ b/hmp.c @@ -892,7 +892,7 @@ void hmp_migrate_set_capability(Monitor *mon, const QDict *qdict) qapi_free_MigrationCapabilityStatusList(caps); if (err) { - monitor_printf(mon, "migrate_set_parameter: %s\n", + monitor_printf(mon, "migrate_set_capability: %s\n", error_get_pretty(err)); error_free(err); }
Signed-off-by: Orit Wasserman <owasserm@redhat.com> --- hmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)