Skip to content

Commit

Permalink
Change connection log back to info
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalzauberzeug committed Jan 24, 2025
1 parent e69378a commit 27d2107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosys/hardware/gnss.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ async def _run(self) -> None:
self.log.error('Could not connect to GNSS device: %s', serial_device_path)
await rosys.sleep(self._reconnect_interval)
continue
self.log.debug('Connected to GNSS device: %s', self.serial_device_path)
self.log.info('Connected to GNSS device: %s', serial_device_path)

assert self.serial_connection is not None
result = await io_bound(self.serial_connection.read_until, b'\r\n')
Expand Down

0 comments on commit 27d2107

Please sign in to comment.