Skip to content

Commit

Permalink
Edit log message
Browse files Browse the repository at this point in the history
  • Loading branch information
isotuela committed Jul 18, 2023
1 parent 29eb600 commit b01c515
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ async def wait_for_lamp_to_cool_down(self):
lamp_state.cooldownEndTime - lamp_state.private_sndStamp
)
self.log.info(
f"Lamp state: {ATWhiteLight.LampBasicState(lamp_state.basicState)!r}."
f"Need to wait {cool_down_wait_time/60} min"
f"Lamp state: {ATWhiteLight.LampBasicState(lamp_state.basicState)!r}. "
f"Waiting {cool_down_wait_time/60:0.1f} min"
)
except asyncio.TimeoutError:
raise RuntimeError(
Expand Down

0 comments on commit b01c515

Please sign in to comment.