mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-23 04:55:18 +00:00
Fix a log content
Signed-off-by: liqiang <liqiang64@huawei.com>
This commit is contained in:
parent
6c4f5af9a0
commit
8a5a4e6dbd
@ -519,7 +519,7 @@ virCgroupSetValueRaw(const char *path,
|
||||
{
|
||||
char *tmp;
|
||||
|
||||
VIR_DEBUG("Set value '%s' to '%s'", path, value);
|
||||
VIR_DEBUG("Set path '%s' to value '%s'", path, value);
|
||||
if (virFileWriteStr(path, value, 0) < 0) {
|
||||
if (errno == EINVAL &&
|
||||
(tmp = strrchr(path, '/'))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user