Skip to content

Commit

Permalink
Fixing contracts log message
Browse files Browse the repository at this point in the history
  • Loading branch information
mtlynch committed Feb 11, 2018
1 parent 52fb82d commit 6a44a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sia_load_tester/contracts.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def wait_until_min_contracts_formed(self):
contract_count, _MIN_CONTRACTS)
self._sleep_fn(_WAIT_SECONDS_FOR_CONTRACT_CHECKS)
contract_count = self._sia_client.contract_count()
logger.info('Minimum storage contracts met : %d contracts found',
logger.info('Minimum storage contracts met: %d contracts found',
contract_count)


Expand Down

0 comments on commit 6a44a1a

Please sign in to comment.