]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tools: lxc-checkpoint: fix log name
author2xsec <dh48.jeong@samsung.com>
Fri, 29 Jun 2018 13:03:55 +0000 (22:03 +0900)
committer2xsec <dh48.jeong@samsung.com>
Sat, 30 Jun 2018 09:45:22 +0000 (18:45 +0900)
Signed-off-by: 2xsec <dh48.jeong@samsung.com>
src/lxc/tools/lxc_checkpoint.c

index 860ec5bfa16cdf3403b1f1a39c654af4d85901e6..5af510cac0bbd4e46a7b4c012b0f143a9b3ee75e 100644 (file)
@@ -54,7 +54,7 @@ static const struct option my_longopts[] = {
        LXC_COMMON_OPTIONS
 };
 
-lxc_log_define(lxc_start, lxc);
+lxc_log_define(lxc_checkpoint, lxc);
 
 static int my_checker(const struct lxc_arguments *args)
 {