summaryrefslogtreecommitdiffstats
path: root/test/core/transport/http/test_http_transport.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/transport/http/test_http_transport.c')
-rw-r--r--test/core/transport/http/test_http_transport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/transport/http/test_http_transport.c b/test/core/transport/http/test_http_transport.c
index bee1068..0416da8 100644
--- a/test/core/transport/http/test_http_transport.c
+++ b/test/core/transport/http/test_http_transport.c
@@ -182,7 +182,7 @@ test_http_client(
printf("Status code :%d\n", status);
body_bytes_len =
axis2_http_simple_response_get_body_bytes(response, env, &body_bytes);
- printf("body :%s\n", body_bytes);
+ printf("body :%s\n%d", body_bytes , body_bytes_len);
axis2_http_client_free(client, env);
axis2_http_simple_request_free(request, env);