Unverified Commit d3accb17 by Radostin Stoyanov Committed by Christian Brauner

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/LoggingSigned-off-by: 's avatarRadostin Stoyanov <rstoyanov1@gmail.com>
parent 09f55bc4
...@@ -375,7 +375,7 @@ static void exec_criu(struct cgroup_ops *cgroup_ops, struct lxc_conf *conf, ...@@ -375,7 +375,7 @@ static void exec_criu(struct cgroup_ops *cgroup_ops, struct lxc_conf *conf,
} }
if (opts->user->verbose) if (opts->user->verbose)
DECLARE_ARG("-vvvvvv"); DECLARE_ARG("-v4");
if (opts->user->action_script) { if (opts->user->action_script) {
DECLARE_ARG("--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