Skip to content

Commit

Permalink
Reconnection substrate... as debug (#2403)
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-opentensor authored Nov 11, 2024
1 parent b0439f3 commit 8e9aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/networking.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def wrapper(self, *args, **kwargs):
)
!= 0
):
logging.info("Reconnection substrate...")
logging.debug("Reconnecting to substrate...")
self._get_substrate()
# Execute the method if the connection is active or after reconnecting
return func(self, *args, **kwargs)
Expand Down

0 comments on commit 8e9aab6

Please sign in to comment.