Skip to content

Commit

Permalink
frontend: no app.log but app.logger
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Oct 3, 2024
1 parent 103b7ad commit fdff0c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def _form_field_repos(form_field):
)
db.session.commit()
except IntegrityError as ierr:
app.log.debug("Racy attempt to create %s/%s", ownername, projectname)
app.logger.debug("Racy attempt to create %s/%s", ownername, projectname)
db.session.rollback()
if exist_ok:
copr = get_copr(ownername, projectname)
Expand Down

0 comments on commit fdff0c8

Please sign in to comment.