mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 11:35:19 +00:00
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:
parent
9af9f46b09
commit
3fb882a3fe
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user