summaryrefslogtreecommitdiff
path: root/src/c/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/c/http.c')
-rw-r--r--src/c/http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/http.c b/src/c/http.c
index d52661ce..64e6ef1e 100644
--- a/src/c/http.c
+++ b/src/c/http.c
@@ -192,6 +192,7 @@ static void *worker(void *data) {
uw_set_headers(ctx, get_header, headers);
+ printf("Serving URI %s....\n", path);
rr = uw_request(rc, ctx, method, path, query_string, body, back - body,
on_success, on_failure,
NULL, log_error, log_debug,