Skip to content

Commit

Permalink
Fix logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
LoanR committed Apr 25, 2024
1 parent 29e0f92 commit ce7502c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/b3desk/models/bbb.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def meeting_file_addition_xml(self, meeting_files):
f"{current_app.config['SECRET_KEY']}-0-{meeting_file.id}-{current_app.config['SECRET_KEY']}".encode()
).hexdigest()
current_app.logger.info(
"Add document on BigBLueButton room creation for file",
"Add document on BigBLueButton room creation for file %s",
meeting_file.title,
)
url = url_for(
Expand Down

0 comments on commit ce7502c

Please sign in to comment.