From 509e4cbf4b9af02bc3b1e7a520b86f698b2bbbc7 Mon Sep 17 00:00:00 2001 From: Ferràn Quer i Guerrero Date: Thu, 8 May 2014 08:22:47 +0000 Subject: [PATCH] --- Project/applications/smartcities/httpClient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.*/ -- libgit2 0.22.2