From 6add1b90cf38d90e56c4e4c917ee2049b7fbc9ba Mon Sep 17 00:00:00 2001 From: Felix Weinrank Date: Tue, 2 Apr 2019 18:56:28 +0200 Subject: temp commit - searching for bugs on buildbots --- programs/http_client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs') diff --git a/programs/http_client.c b/programs/http_client.c index a0629ebf..c9170b4e 100644 --- a/programs/http_client.c +++ b/programs/http_client.c @@ -264,7 +264,7 @@ main(int argc, char *argv[]) result = RETVAL_CATCHALL; } - printf("result = %d\n", result); + printf("errno = %d\n", errno); goto out; } -- cgit v1.2.3