mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue