提交 3fb882a3 编写于 作者: T tangchen 提交者: Cole Robinson

Fix a string format bug in qemu_cgroup.c

Signed-off-by: NTang Chen <tangchen@cn.fujitsu.com>
(cherry picked from commit 097da1ab)
上级 9af9f46b
......@@ -464,8 +464,8 @@ cleanup:
rc = virCgroupSetCpuCfsPeriod(cgroup, old_period);
if (rc < 0)
virReportSystemError(-rc,
_("%s"),
"Unable to rollback cpu bandwidth period");
"%s",
_("Unable to rollback cpu bandwidth period"));
}
return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册