Fix typo in LXC cgroups setup error message
* src/lxc/lxc_controller.c: s/PYT/PTY/
This commit is contained in:
parent
77791dc0e1
commit
8c7477c481
@ -209,7 +209,7 @@ static int lxcSetContainerResources(virDomainDefPtr def)
|
|||||||
VIR_CGROUP_DEVICE_RWM);
|
VIR_CGROUP_DEVICE_RWM);
|
||||||
if (rc != 0) {
|
if (rc != 0) {
|
||||||
virReportSystemError(-rc,
|
virReportSystemError(-rc,
|
||||||
_("Unable to allow PYT devices for domain %s"),
|
_("Unable to allow PTY devices for domain %s"),
|
||||||
def->name);
|
def->name);
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user