Skip to content

Commit

Permalink
log error
Browse files Browse the repository at this point in the history
  • Loading branch information
cuixq committed Nov 28, 2024
1 parent 391b33e commit dce5cbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/worker/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def _source_update(self, message):

source_repo = osv.get_source_repository(source)
if source_repo is None:
logging.info('Failed to get source repository %s', source)
logging.error('Failed to get source repository %s', source)
return

if source_repo.type == osv.SourceRepositoryType.GIT:
Expand Down

0 comments on commit dce5cbe

Please sign in to comment.