提交 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: ...@@ -473,8 +473,8 @@ cleanup:
rc = virCgroupSetCpuCfsPeriod(cgroup, old_period); rc = virCgroupSetCpuCfsPeriod(cgroup, old_period);
if (rc < 0) if (rc < 0)
virReportSystemError(-rc, virReportSystemError(-rc,
_("%s"), "%s",
"Unable to rollback cpu bandwidth period"); _("Unable to rollback cpu bandwidth period"));
} }
return -1; return -1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册