Change log level of debug msg

pull/1107/head
Bernhard Mueller 5 years ago
parent a146a9a8cd
commit 42f2a5dede
  1. 2
      mythril/laser/ethereum/strategy/extensions/bounded_loops.py

@ -72,7 +72,7 @@ class BoundedLoopsStrategy(BasicSearchStrategy):
annotation._reached_count[address] = 1
if annotation._reached_count[address] > self.bound:
log.info("Loop bound reached, skipping state")
log.debug("Loop bound reached, skipping state")
continue
return state

Loading…
Cancel
Save