From 9c95a11b8f96672d9d108a3be119c2412f8c8c8b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 19 Jun 2021 14:04:43 +0100 Subject: [PATCH] protocol.py: Fix minor typo in logging --- protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol.py b/protocol.py index e9c7c4f7..2a0e229e 100644 --- a/protocol.py +++ b/protocol.py @@ -50,7 +50,7 @@ class GenericProtocolHandler: logger.trace(f'Payload: {self.lastpayload}') if not config.shutting_down: - logger.debug('event_generate("<>"') + logger.debug('event_generate("<>")') self.master.event_generate('<>', when="tail")