Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Mirror
sjrpc
Commits
a757c9cf
Commit
a757c9cf
authored
Jan 31, 2011
by
Antoine Millet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Malformed message are now logged.
parent
ca2b77e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sjrpc/core/rpcconnection.py
sjrpc/core/rpcconnection.py
+1
-1
No files found.
sjrpc/core/rpcconnection.py
View file @
a757c9cf
...
@@ -339,7 +339,7 @@ class RpcConnection(object):
...
@@ -339,7 +339,7 @@ class RpcConnection(object):
# manager while cleanup.
# manager while cleanup.
else
:
else
:
pass
# Malformed messages are note processed
logging
.
warning
(
'Malformed message received: %s'
%
message
)
def
shutdown
(
self
,
callback
=
None
):
def
shutdown
(
self
,
callback
=
None
):
'''
'''
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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