Fix a string format bug in qemu_cgroup.c

Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com>
This commit is contained in:
tangchen 2012-07-06 09:53:11 +08:00 committed by Osier Yang
parent e4cce2c9be
commit 097da1abbd

View File

@ -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;