提交 a83b77dd 编写于 作者: J Ján Tomko

tests: fix typo in securityselinuxtest

上级 63409653
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册