summaryrefslogtreecommitdiff
path: root/poezio/core/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/handlers.py')
-rw-r--r--poezio/core/handlers.py3
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()