We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d8df6e commit 91ac055Copy full SHA for 91ac055
src/dls_normsql/aiosqlite.py
@@ -182,7 +182,7 @@ async def apply_revision(self, revision):
182
async def disconnect(self):
183
184
if self.__connection is not None:
185
- logger.debug(f"{callsign(self)} disconnecting")
+ logger.debug(f"[DISSHU] {callsign(self)} disconnecting")
186
await self.__connection.close()
187
self.__connection = None
188
0 commit comments