mirror of
https://github.com/m-labs/artiq.git
synced 2025-01-07 17:43:34 +08:00
gui/moninj: reduce logging level of UDP failure
This commit is contained in:
parent
c5c7c269f7
commit
67b3afd3e7
@ -351,7 +351,7 @@ class MonInj(TaskObject):
|
||||
try:
|
||||
self.socket.sendto(data, (ca, 3250))
|
||||
except:
|
||||
logger.error("could not send to device",
|
||||
logger.debug("could not send to device",
|
||||
exc_info=True)
|
||||
|
||||
async def _do(self):
|
||||
|
Loading…
Reference in New Issue
Block a user