Skip to content

Commit

Permalink
criu: Use -v4 instead of -vvvvvv
Browse files Browse the repository at this point in the history
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 <rstoyanov1@gmail.com>
  • Loading branch information
rst0git committed May 10, 2019
1 parent da161bc commit 582cb47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lxc/criu.c
Expand Up @@ -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");
Expand Down

0 comments on commit 582cb47

Please sign in to comment.