1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 07:59:00 +00:00

tests: fix typo in securityselinuxtest

This commit is contained in:
Ján Tomko 2013-06-04 13:01:03 +02:00
parent 634096536c
commit a83b77dd73

View File

@ -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;
}