Skip to content

Commit

Permalink
Merge pull request #1167 from brauner/2016-09-03/fix_log_name
Browse files Browse the repository at this point in the history
console: use correct log name
  • Loading branch information
stgraber committed Sep 5, 2016
2 parents d04d5ff + f36e165 commit e3197b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/console.c
Expand Up @@ -52,7 +52,7 @@
#include <../include/openpty.h>
#endif

lxc_log_define(lxc_console, lxc);
lxc_log_define(console, lxc);

static struct lxc_list lxc_ttys;

Expand Down

0 comments on commit e3197b0

Please sign in to comment.