2
0
mirror of git://github.com/lxc/lxc synced 2025-08-29 23:19:52 +00:00

Merge pull request #2751 from xorond/cgroup

fix #2742: lxc-cgroup not giving output
This commit is contained in:
Christian Brauner 2018-12-12 11:49:46 +01:00 committed by GitHub
commit 40b2dcbc17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);