gui/moninj: reduce logging level of UDP failure

This commit is contained in:
Sebastien Bourdeauducq 2016-06-04 16:33:56 -04:00
parent c49be807e4
commit 6db96f81d5
1 changed files with 1 additions and 1 deletions

View File

@ -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):