mirror of
git://github.com/lxc/lxc
synced 2025-09-01 00:58:00 +00:00
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 <rstoyanov1@gmail.com>
This commit is contained in:
@@ -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");
|
||||
|
Reference in New Issue
Block a user