From 6db96f81d578a5c957b6e75c57cee062f4f49bab 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/dashboard/moninj.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):