temp commit - searching for bugs on buildbots
diff --git a/programs/http_client.c b/programs/http_client.c
index a0629eb..c9170b4 100644
--- a/programs/http_client.c
+++ b/programs/http_client.c
@@ -264,7 +264,7 @@
 			result = RETVAL_CATCHALL;
 		}
 
-		printf("result = %d\n", result);
+		printf("errno = %d\n", errno);
 
 		goto out;
 	}