Skip to content

Commit e56c373

Browse files
Waiting for
1 parent 71bb7e8 commit e56c373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lithops/standalone/standalone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def _wait_master_service_ready(self):
173173
"""
174174
Waits until the master service is ready to receive http connections
175175
"""
176-
logger.info(f'Waiting Lithops service to become ready on {self.backend.master}')
176+
logger.info(f'Waiting for Lithops service to become ready on {self.backend.master}')
177177

178178
start = time.time()
179179
while (time.time() - start < self.start_timeout):

0 commit comments

Comments
 (0)