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