We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e5a459 commit e38302aCopy full SHA for e38302a
socket/EzyUdpSocketReader.cs
@@ -39,7 +39,7 @@ protected override void update()
39
return;
40
}
41
byte[] binary = readSocketData();
42
- logger.info("udp received " + binary.Length + " bytes");
+ logger.debug("udp received " + binary.Length + " bytes");
43
int bytesToRead = binary.Length;
44
if (bytesToRead <= 0)
45
{
0 commit comments