diff options
author | default <nobody@localhost> | 2022-09-27 19:00:24 +0200 |
---|---|---|
committer | default <nobody@localhost> | 2022-09-27 19:00:24 +0200 |
commit | 94ef803701d7a7596a5347a8b9af6c586b795c92 (patch) | |
tree | e393e8a6a045e320b9e556ae8f9b380f0ae4b36b /httpd.c | |
parent | 66a7f633b3b48d0d5652fb6c2af23badf379a4cb (diff) |
Timeline pages are also served.
Diffstat (limited to 'httpd.c')
-rw-r--r-- | httpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |