Skip to content

Commit

Permalink
debug marker change
Browse files Browse the repository at this point in the history
  • Loading branch information
David Erb committed May 29, 2023
1 parent ec56592 commit 537f8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dls_servbase_lib/datafaces/normsql.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def start(self):
async def disconnect(self):
if self.__database is not None:
logger.debug(
"[THRDIEP] disconnecting from actual servbase dataface normsql implementation"
"[DISSHU] disconnecting from actual servbase dataface normsql implementation"
)
await self.__database.disconnect()
self.__database = None
Expand Down

0 comments on commit 537f8ba

Please sign in to comment.