Unverified Commit 0571062f by AustinReichert Committed by Christian Brauner

tools/lxc_stop: removed internal logging

parent e96df99b
...@@ -36,8 +36,6 @@ ...@@ -36,8 +36,6 @@
#define OPT_NO_LOCK OPT_USAGE + 1 #define OPT_NO_LOCK OPT_USAGE + 1
#define OPT_NO_KILL OPT_USAGE + 2 #define OPT_NO_KILL OPT_USAGE + 2
lxc_log_define(lxc_stop_ui, lxc);
static int my_parser(struct lxc_arguments *args, int c, char *arg) static int my_parser(struct lxc_arguments *args, int c, char *arg)
{ {
switch (c) { switch (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