Skip to content

Commit b3fd8a9

Browse files
Greentea DNS test: added debug print
1 parent 99fc26e commit b3fd8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TESTS/netsocket/dns/asynchronous_dns_cancel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ void ASYNCHRONOUS_DNS_CANCEL()
4242
count++;
4343
} else {
4444
// No memory to initiate DNS query, callback will not be called
45+
printf("Error: No memory to initiate DNS query for %s\n", dns_test_hosts[i]);
4546
data[i].result = NSAPI_ERROR_NO_MEMORY;
4647
data[i].value_set = true;
4748
}

0 commit comments

Comments
 (0)