forked from Mirror/pmbootstrap
pmb.install: demote recommends logging (MR 2252)
Debug is the default loglevel, demote the "already visited" message to verbose, as it isn't generally useful. Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
parent
71e7af57e6
commit
50c7983d26
1 changed files with 1 additions and 1 deletions
|
@ -1143,7 +1143,7 @@ def get_recommends(args: PmbArgs, packages, initial=True):
|
|||
|
||||
for package in packages:
|
||||
if package in get_recommends_visited:
|
||||
logging.debug(f"get_recommends: {package}: already visited")
|
||||
logging.verbose(f"get_recommends: {package}: already visited")
|
||||
continue
|
||||
get_recommends_visited += [package]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue