Skip to content

Commit

Permalink
adds marker to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 10, 2023
1 parent 8d8df6e commit 91ac055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dls_normsql/aiosqlite.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ async def apply_revision(self, revision):
async def disconnect(self):

if self.__connection is not None:
logger.debug(f"{callsign(self)} disconnecting")
logger.debug(f"[DISSHU] {callsign(self)} disconnecting")
await self.__connection.close()
self.__connection = None

Expand Down

0 comments on commit 91ac055

Please sign in to comment.