Merge pull request #2997 from rst0git/criu-v-option

criu: Use -v4 instead of -vvvvvv
This commit is contained in:
Christian Brauner 2019-05-10 23:47:28 +02:00 committed by GitHub
commit ad4dddd85e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");