mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-20 03:25:18 +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);
|
||||
if (rc < 0)
|
||||
virReportSystemError(-rc,
|
||||
_("%s"),
|
||||
"Unable to rollback cpu bandwidth period");
|
||||
"%s",
|
||||
_("Unable to rollback cpu bandwidth period"));
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user