mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
tests: fix typo in securityselinuxtest
This commit is contained in:
parent
634096536c
commit
a83b77dd73
@ -231,7 +231,7 @@ testSELinuxGenLabel(const void *opaque)
|
||||
|
||||
if (virSecurityManagerGenLabel(data->mgr, def) < 0) {
|
||||
virErrorPtr err = virGetLastError();
|
||||
fprintf(stderr, "Cannot generated label %s\n", err->message);
|
||||
fprintf(stderr, "Cannot generate label: %s\n", err->message);
|
||||
goto cleanup;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user