Skip to content

Commit 65ee625

Browse files
author
Luc
committed
Update with proper variable and label
1 parent 10486fe commit 65ee625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiClient.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ uint8_t WiFiClient::connected()
440440
uint8_t dummy;
441441
int res = recv(fd(), &dummy, 0, MSG_DONTWAIT);
442442
if(res < 0) {
443-
log_e("%d", errno);
443+
log_e("RES: %d", res);
444444
}
445445
switch (errno) {
446446
case EWOULDBLOCK:

0 commit comments

Comments
 (0)