Skip to content

Commit

Permalink
Fixup! CBP Cal change debup
Browse files Browse the repository at this point in the history
  • Loading branch information
elanaku committed Nov 15, 2024
1 parent c52ad93 commit d07d6fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ async def laser_start_propagate(self) -> None:
laser_state = await self.tunablelaser.evt_detailedState.next(
flush=True, timeout=self.long_timeout
)
self.log.debug(f"laser state is: {laser_state}")
self.log.info(f"laser state is: {laser_state}")

if laser_state.DetailedState not in {
LaserDetailedState.PROPAGATING_CONTINUOUS_MODE,
Expand Down

0 comments on commit d07d6fa

Please sign in to comment.