Skip to content

Commit

Permalink
log parsing errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
plq committed Dec 23, 2011
1 parent 4c07745 commit 975311e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rpclib/server/wsgi.py
Expand Up @@ -244,6 +244,7 @@ def handle_rpc(self, req_env, start_response):

self.get_in_object(ctx)
if ctx.in_error:
logger.error(ctx.in_error)
return self.handle_error(ctx, ctx.in_error, start_response)

self.get_out_object(ctx)
Expand Down

0 comments on commit 975311e

Please sign in to comment.