mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 19:51:15 +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:
parent
da161bc1a2
commit
582cb4785a
@ -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");
|
||||||
|
Loading…
Reference in New Issue
Block a user