nspawn: suppress one more log message when --quiet is passed

Fixes #10119.
This commit is contained in:
Yu Watanabe 2018-09-19 08:42:01 +09:00 committed by Zbigniew Jędrzejewski-Szmek
parent 296b233d09
commit cf37f937ee
1 changed files with 2 additions and 1 deletions

View File

@ -2934,7 +2934,8 @@ static int outer_child(
}
}
log_info("Selected user namespace base " UID_FMT " and range " UID_FMT ".", arg_uid_shift, arg_uid_range);
if (!arg_quiet)
log_info("Selected user namespace base " UID_FMT " and range " UID_FMT ".", arg_uid_shift, arg_uid_range);
}
if (dissected_image) {