Skip to content

Commit

Permalink
Reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Nov 15, 2024
1 parent 22d6686 commit 67fd6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta_package_manager/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ def upgrade(ctx, all, packages_specs):
Packages unrecognized by any selected manager will be skipped.
"""
if not all and not packages_specs:
logging.warning("No package provided, assume -A/--all option.")
logging.info("No package provided, assume -A/--all option.")
all = True

# Full upgrade.
Expand Down

0 comments on commit 67fd6f6

Please sign in to comment.