Unverified Commit 40b2dcbc by Christian Brauner Committed by GitHub

Merge pull request #2751 from xorond/cgroup

fix #2742: lxc-cgroup not giving output
parents b3fc069e 6a5cc560
...@@ -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\n", 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