Skip to content

Commit 1f6b459

Browse files
committed
reduce log level
1 parent 534e73d commit 1f6b459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

socket/EzyUdpSocketReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public override bool call()
7474
{
7575
return true;
7676
}
77-
logger.info("udp received " + binary.Length + " bytes");
77+
logger.debug("udp received " + binary.Length + " bytes");
7878
int bytesToRead = binary.Length;
7979
if (bytesToRead <= 0)
8080
{

0 commit comments

Comments
 (0)