Skip to content

Commit 1eed266

Browse files
Veijo Pesonenadbridge
authored andcommitted
fixes a debug print
1 parent 64bb010 commit 1eed266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wifi/esp8266-driver/ESP8266Interface.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ int ESP8266Interface::socket_send(void *handle, const void *data, unsigned size)
509509
&& (status != NSAPI_ERROR_OK));
510510

511511
if (status == NSAPI_ERROR_WOULD_BLOCK && socket->proto == NSAPI_TCP) {
512-
debug("Enqueuing the event call");
512+
tr_debug("ESP8266Interface::socket_send(): enqueuing the event call");
513513
_global_event_queue->call_in(100, callback(this, &ESP8266Interface::event));
514514
} else if (status == NSAPI_ERROR_WOULD_BLOCK && socket->proto == NSAPI_UDP) {
515515
status = NSAPI_ERROR_DEVICE_ERROR;

0 commit comments

Comments
 (0)