diff --git a/Project/applications/smartcities/httpClient.c b/Project/applications/smartcities/httpClient.c index 7d235d6..c5d6e69 100644 --- a/Project/applications/smartcities/httpClient.c +++ b/Project/applications/smartcities/httpClient.c @@ -83,7 +83,7 @@ int httpRequest(struct httpHeaders head, char* content, int content_size) neocon = netconn_new(NETCONN_TCP); if(neocon == NULL) { - printf("\\->Socket creation FAILED\r\n"); + printf("\\->Socket creation FAILED. Have you called liwb\r\n"); } /*local_ip.addr = 0;//getip netconn_bind(neocon, IP_ADDR_ANY, LOCAL_PORT); //88 is provisional local port.*/