We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6dde33 commit 601d4e8Copy full SHA for 601d4e8
MongoBackup/Sharding.py
@@ -92,7 +92,7 @@ def stop_balancer(self):
92
while wait_cnt < self.balancer_wait_secs:
93
if self.check_balancer_running():
94
wait_cnt += self.balancer_sleep
95
- logging.info("Balancer is still running, waiting a max of %i sec" % self.balancer_sleep)
+ logging.info("Balancer is still running, sleeping for %i sec(s)" % self.balancer_sleep)
96
sleep(self.balancer_sleep)
97
else:
98
0 commit comments