diff --git a/artiq/dashboard/moninj.py b/artiq/dashboard/moninj.py index a82ad4779..b821865b0 100644 --- a/artiq/dashboard/moninj.py +++ b/artiq/dashboard/moninj.py @@ -363,7 +363,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):