aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--programs/http_client.c2
1 files changed, 1 insertions, 1 deletions
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;
}