Skip to content

Commit 91ac055

Browse files
author
David Erb
committed
adds marker to debug
1 parent 8d8df6e commit 91ac055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dls_normsql/aiosqlite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ async def apply_revision(self, revision):
182182
async def disconnect(self):
183183

184184
if self.__connection is not None:
185-
logger.debug(f"{callsign(self)} disconnecting")
185+
logger.debug(f"[DISSHU] {callsign(self)} disconnecting")
186186
await self.__connection.close()
187187
self.__connection = None
188188

0 commit comments

Comments
 (0)