Skip to content

Commit

Permalink
change logging level to info as It's a user error
Browse files Browse the repository at this point in the history
  • Loading branch information
gilgamezh committed Sep 17, 2017
1 parent 8c553ca commit a19e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fades/main.py
Expand Up @@ -258,7 +258,7 @@ def go(argv):
# Check if the requested packages exists in pypi.
if not args.no_precheck_availability:
if not helpers.check_pypi_exists(indicated_deps):
logger.error("A indicated dependency doesn't exists. Exiting")
logger.info("A indicated dependency doesn't exists. Exiting")
sys.exit(1)

# Create a new venv
Expand Down

0 comments on commit a19e31f

Please sign in to comment.