From 582cb4785a827553d10a6b82185763feb353a114 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Fri, 10 May 2019 22:25:54 +0100 Subject: [PATCH] criu: Use -v4 instead of -vvvvvv CRIU has only 4 levels of verbosity (errors, warnings, info, debug). Thus, using `-v4` is more appropriate. https://criu.org/Logging Signed-off-by: Radostin Stoyanov --- src/lxc/criu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lxc/criu.c b/src/lxc/criu.c index 7fd4d338a..1b74cf813 100644 --- a/src/lxc/criu.c +++ b/src/lxc/criu.c @@ -375,7 +375,7 @@ static void exec_criu(struct cgroup_ops *cgroup_ops, struct lxc_conf *conf, } if (opts->user->verbose) - DECLARE_ARG("-vvvvvv"); + DECLARE_ARG("-v4"); if (opts->user->action_script) { DECLARE_ARG("--action-script");