Skip to content

Commit

Permalink
tools/lxc_stop: removed internal logging
Browse files Browse the repository at this point in the history
Signed-off-by: AustinReichert <austinskyreichert@utexas.edu>
  • Loading branch information
AustinReichert committed Nov 28, 2017
1 parent 8a0a156 commit 38d28c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lxc/tools/lxc_stop.c
Expand Up @@ -36,8 +36,6 @@
#define OPT_NO_LOCK OPT_USAGE + 1
#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)
{
switch (c) {
Expand Down

0 comments on commit 38d28c1

Please sign in to comment.