mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue