Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(client): fix bugs for client
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmyshin committed Oct 9, 2019
1 parent 42f9926 commit 6f40190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnes/client/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_default_fn(r_type):
self.logger.info('handling response with %s' % fn.__name__)
return fn(self._context, resp)
else:
self.logger.warning('the received message is not a response')
self.logger.warning('the received message is not response')
return None


Expand Down

0 comments on commit 6f40190

Please sign in to comment.