From 94ef803701d7a7596a5347a8b9af6c586b795c92 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 27 Sep 2022 19:00:24 +0200 Subject: Timeline pages are also served. --- httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'httpd.c') 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; } -- cgit v1.2.3