]> git.proxmox.com Git - mirror_lxc.git/commitdiff
fix lxc-cgroup not giving output
authorOguz Bektas <o.bektas@proxmox.com>
Wed, 12 Dec 2018 09:26:36 +0000 (10:26 +0100)
committerOguz Bektas <o.bektas@proxmox.com>
Wed, 12 Dec 2018 09:26:36 +0000 (10:26 +0100)
lxc-cgroup fails to provide any output since the latest version, this
should fix it

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/lxc/tools/lxc_cgroup.c

index b2cdaf05ed6f3e94738f0268e4388a0316518b3d..9b838b5836a2541dc08564199294c43b76b3524d 100644 (file)
@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
                        exit(EXIT_FAILURE);
                }
 
-               INFO("%*s", ret, buffer);
+               printf("%*s", ret, buffer);
        }
 
        lxc_container_put(c);