From 67b3afd3e7abf6d596546cb12fea7b04311702a2 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Sat, 4 Jun 2016 16:33:56 -0400 Subject: [PATCH] gui/moninj: reduce logging level of UDP failure --- artiq/gui/moninj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artiq/gui/moninj.py b/artiq/gui/moninj.py index 25605c4c2..c1ba078f3 100644 --- a/artiq/gui/moninj.py +++ b/artiq/gui/moninj.py @@ -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):