Skip to content

Commit e38302a

Browse files
authored
use logger.debug (#62)
1 parent 4e5a459 commit e38302a

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
@@ -39,7 +39,7 @@ protected override void update()
3939
return;
4040
}
4141
byte[] binary = readSocketData();
42-
logger.info("udp received " + binary.Length + " bytes");
42+
logger.debug("udp received " + binary.Length + " bytes");
4343
int bytesToRead = binary.Length;
4444
if (bytesToRead <= 0)
4545
{

0 commit comments

Comments
 (0)