提交 28b9a6c7 编写于 作者: C Chris Lalancette

Clarify an error message in setmem.

Signed-off-by: NChris Lalancette <clalance@redhat.com>
上级 6f17a5d1
......@@ -2407,7 +2407,8 @@ cmdSetmem(vshControl *ctl, const vshCmd *cmd)
if (kilobytes > info.maxMem) {
virDomainFree(dom);
vshError(ctl, _("Invalid value of %d for memory size"), kilobytes);
vshError(ctl, _("Requested memory size %d kb is larger than maximum of %lu kb"),
kilobytes, info.maxMem);
return FALSE;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册