Commit 4888c731 by 2xsec

tools: lxc-checkpoint: fix log name

Signed-off-by: 's avatar2xsec <dh48.jeong@samsung.com>
parent 124fef5a
...@@ -54,7 +54,7 @@ static const struct option my_longopts[] = { ...@@ -54,7 +54,7 @@ static const struct option my_longopts[] = {
LXC_COMMON_OPTIONS LXC_COMMON_OPTIONS
}; };
lxc_log_define(lxc_start, lxc); lxc_log_define(lxc_checkpoint, lxc);
static int my_checker(const struct lxc_arguments *args) static int my_checker(const struct lxc_arguments *args)
{ {
......
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