提交 a8d06007 编写于 作者: D Daniel Veillard

* src/qemu_driver.c: fix an error message, patch by Nguyen Anh Quynh

Daniel
上级 b9ed7914
Thu Sep 4 15:18:00 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/qemu_driver.c: fix an error message, patch by Nguyen Anh Quynh
Thu Sep 4 14:16:20 BST 2008 Daniel P. Berrange <berrange@redhat.com>
* qemud/Makefile.am: Fix make check when augparse is not
......
......@@ -3637,7 +3637,7 @@ qemudDomainMemoryPeek (virDomainPtr dom,
snprintf (cmd, sizeof cmd, "memsave %llu %zi \"%s\"", offset, size, tmp);
if (qemudMonitorCommand (driver, vm, cmd, &info) < 0) {
qemudReportError (dom->conn, dom, NULL, VIR_ERR_OPERATION_FAILED,
"%s", _("'info blockstats' command failed"));
"%s", _("'memsave' command failed"));
goto done;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册