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 534e73d commit 1f6b459Copy full SHA for 1f6b459
socket/EzyUdpSocketReader.cs
@@ -74,7 +74,7 @@ public override bool call()
74
{
75
return true;
76
}
77
- logger.info("udp received " + binary.Length + " bytes");
+ logger.debug("udp received " + binary.Length + " bytes");
78
int bytesToRead = binary.Length;
79
if (bytesToRead <= 0)
80
0 commit comments