Greentea DNS test: added debug print

pull/9582/head
Michal Paszta 2019-02-01 14:48:15 +02:00
parent 99fc26ecdf
commit b3fd8a9bef
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ void ASYNCHRONOUS_DNS_CANCEL()
count++;
} else {
// No memory to initiate DNS query, callback will not be called
printf("Error: No memory to initiate DNS query for %s\n", dns_test_hosts[i]);
data[i].result = NSAPI_ERROR_NO_MEMORY;
data[i].value_set = true;
}