diff src/c/http.c @ 1415:e65082d76d26

Only announce URI serving in standalone HTTP server (grandfathered into release!)
author Adam Chlipala <adam@chlipala.net>
date Sun, 23 Jan 2011 15:34:06 -0500
parents add5ae41969e
children 6365d10cd326
line wrap: on
line diff
--- a/src/c/http.c	Sun Jan 23 15:01:30 2011 -0500
+++ b/src/c/http.c	Sun Jan 23 15:34:06 2011 -0500
@@ -192,6 +192,7 @@
 
         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,