Skip to content

Commit

Permalink
Changed debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Zijderveld committed Jun 2, 2020
1 parent e44ca92 commit 2a48794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrateinterface/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def __init__(self, url, address_type=None, type_registry=None, type_registry_pre
self.debug = False

def debug_message(self, message):
log.info(message)
log.debug(message)

def rpc_request(self, method, params, result_handler=None):
"""
Expand Down

0 comments on commit 2a48794

Please sign in to comment.