Fix a string format bug in qemu_cgroup.c

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
(cherry picked from commit 097da1abbd25da5876850785f6b9e742166b16d4)
This commit is contained in:
tangchen 2012-07-06 09:53:11 +08:00 committed by Cole Robinson
parent 9af9f46b09
commit 3fb882a3fe

View File

@ -464,8 +464,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;