use better start message
This commit is contained in:
parent
a226605e7e
commit
b984261749
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ async def start():
|
||||||
# Start web servers
|
# Start web servers
|
||||||
await web_server.start()
|
await web_server.start()
|
||||||
|
|
||||||
bumperlog.info("Starting Bumper successful")
|
bumperlog.info("Bumper started successfully")
|
||||||
# Start maintenance
|
# Start maintenance
|
||||||
while not shutting_down:
|
while not shutting_down:
|
||||||
asyncio.create_task(maintenance())
|
asyncio.create_task(maintenance())
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@ async def test_start_stop(debug: bool):
|
||||||
l.check_present(("bumper", "INFO", "Starting Bumper"))
|
l.check_present(("bumper", "INFO", "Starting Bumper"))
|
||||||
while True:
|
while True:
|
||||||
try:
|
try:
|
||||||
l.check_present(("bumper", "INFO", "Starting Bumper successful"))
|
l.check_present(("bumper", "INFO", "Bumper started successfully"))
|
||||||
break
|
break
|
||||||
except AssertionError:
|
except AssertionError:
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue