Skip to content

Commit

Permalink
Add username to log message
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Nov 19, 2023
1 parent 67b2ab7 commit 0541def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fontra_rcjk/projectmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async def getFontHandler(self, path):
backend = RCJKMySQLBackend.fromRCJKClient(self.rcjkClient, fontUID)

async def closeFontHandler():
logger.info(f"closing FontHandler for '{path}'")
logger.info(f"closing FontHandler '{path}' for '{self.username}'")
del self.fontHandlers[path]
await fontHandler.close()

Expand Down

0 comments on commit 0541def

Please sign in to comment.