Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
poezio
poezio
Commits
614ed6aa
Verified
Commit
614ed6aa
authored
Mar 24, 2020
by
Maxime Buquet
Browse files
poezio/core/handlers: More explicit logging for whitespace keepalives
Signed-off-by:
Maxime “pep” Buquet
<
pep@bouah.net
>
parent
44b6755b
Changes
1
Hide whitespace changes
Inline
Side-by-side
poezio/core/handlers.py
View file @
614ed6aa
...
...
@@ -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
()
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment