Unverified Commit ad4dddd8 by Christian Brauner Committed by GitHub

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

criu: Use -v4 instead of -vvvvvv
parents da161bc1 582cb478
......@@ -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");
......
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