mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
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);
|
||||
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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user