tools: add newline to lxc-cgroup output

parent f98f39db
......@@ -148,7 +148,7 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
printf("%*s", ret, buffer);
printf("%*s\n", ret, buffer);
}
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