Commit b8ac0dd1 by Oguz Bektas

fix lxc-cgroup not giving output

lxc-cgroup fails to provide any output since the latest version, this should fix it Signed-off-by: 's avatarOguz Bektas <o.bektas@proxmox.com>
parent b3fc069e
...@@ -148,7 +148,7 @@ int main(int argc, char *argv[]) ...@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
INFO("%*s", ret, buffer); printf("%*s", ret, buffer);
} }
lxc_container_put(c); lxc_container_put(c);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment