提交 097da1ab 编写于 作者: T tangchen 提交者: Osier Yang

Fix a string format bug in qemu_cgroup.c

Signed-off-by: NTang Chen <tangchen@cn.fujitsu.com>
上级 e4cce2c9
......@@ -473,8 +473,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.
先完成此消息的编辑!
想要评论请 注册