Skip to content

Commit

Permalink
Tweak Warning
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkrellenstein committed Oct 1, 2024
1 parent a70ed5e commit 1622ad2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def prefetch_blocks(self):
time.sleep(random.uniform(0.2, 0.7)) # noqa: S311
except Exception as e:
if str(e) == "Stopped error":
logger.warning("RSFetcher stopped. Restarting in 5 seconds.")
logger.warning("RSFetcher found stopped due to an error. Restarting in 5 seconds...")
time.sleep(5)
self.restart()
else:
Expand Down

0 comments on commit 1622ad2

Please sign in to comment.