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