We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754580c commit 47bc77aCopy full SHA for 47bc77a
api/src/opentrons/drivers/asyncio/communication/serial_connection.py
@@ -119,7 +119,7 @@ async def send_data(
119
self.raise_on_error(response=str_response)
120
return str_response
121
122
- log.warning(f'{self.name}: retry number {retry}/{retries}')
+ log.info(f'{self.name}: retry number {retry}/{retries}')
123
124
await self.on_retry()
125
0 commit comments