提交 8c7477c4 编写于 作者: D Daniel P. Berrange

Fix typo in LXC cgroups setup error message

* src/lxc/lxc_controller.c: s/PYT/PTY/
上级 77791dc0
......@@ -209,7 +209,7 @@ static int lxcSetContainerResources(virDomainDefPtr def)
VIR_CGROUP_DEVICE_RWM);
if (rc != 0) {
virReportSystemError(-rc,
_("Unable to allow PYT devices for domain %s"),
_("Unable to allow PTY devices for domain %s"),
def->name);
goto cleanup;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册