Skip to content

Commit

Permalink
Use info for loop message
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandiny committed May 15, 2020
1 parent db5eec4 commit 613da96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

for check_metadata in apt_action_metadata:
if (check_metadata == current_metadata):
logging.error('Loop detected, exiting')
logging.info('Loop detected, exiting')
sys.exit(0)

logging.info('-- Done cloning current Github page --')
Expand Down

0 comments on commit 613da96

Please sign in to comment.