cleant up messages

This commit is contained in:
Hellow
2023-07-28 09:24:14 +02:00
parent 406dc3d1e2
commit eef2e74c1b
5 changed files with 11 additions and 16 deletions

View File

@@ -76,7 +76,7 @@ class Connection:
def _hearthbeat_loop(self, interval: float):
def hearthbeat_wrapper():
self.session_is_occupied = True
self.LOGGER.info(f"I am living. (sending a hearthbeat)")
self.LOGGER.debug(f"I am living. (sending a hearthbeat)")
self.hearthbeat()
self.LOGGER.debug(f"finished the hearthbeat")
self.session_is_occupied = False