temp commit - searching for bugs on buildbots
diff --git a/programs/http_client_upcall.c b/programs/http_client_upcall.c
index 6cd822b..9ae3ae6 100644
--- a/programs/http_client_upcall.c
+++ b/programs/http_client_upcall.c
@@ -312,6 +312,8 @@
 			} else {
 				result = RETVAL_CATCHALL;
 			}
+
+			printf("result = %d\n", result);
 			goto out;
 		}
 	}