summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/httpd.c b/httpd.c
index 13591a1..447d30c 100644
--- a/httpd.c
+++ b/httpd.c
@@ -80,7 +80,7 @@ int server_get_handler(d_char *req, char *q_path,
}
if (status != 0)
- srv_debug(1, xs_fmt("server_get_handler '%s' %d", q_path, status));
+ srv_debug(1, xs_fmt("server_get_handler serving '%s' %d", q_path, status));
return status;
}