]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix a log content
authorliqiang <liqiang64@huawei.com>
Mon, 28 Nov 2022 01:57:27 +0000 (09:57 +0800)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 8 Dec 2022 19:16:42 +0000 (19:16 +0000)
Signed-off-by: liqiang <liqiang64@huawei.com>
src/util/vircgroup.c

index a6a409af3dff6af4b8536abd2a0b6de74f1b2120..73675b44788ee1eb78a257b379018b26a46c5607 100644 (file)
@@ -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, '/'))) {