diff options
-rw-r--r-- | poezio/core/handlers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/poezio/core/handlers.py b/poezio/core/handlers.py index cfdeb271..d972fde9 100644 --- a/poezio/core/handlers.py +++ b/poezio/core/handlers.py @@ -1504,7 +1504,8 @@ class HandlerCore: poezio_colored, nickname=char) except: - log.debug('', exc_info=True) + log.debug('Couldn\'t deserialize stanza. ' + 'Possible whitespace keepalive.') if isinstance(self.core.tabs.current_tab, tabs.XMLTab): self.core.tabs.current_tab.refresh() |