summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authorGravatar default2022-09-27 19:00:24 +0200
committerGravatar default2022-09-27 19:00:24 +0200
commit94ef803701d7a7596a5347a8b9af6c586b795c92 (patch)
treee393e8a6a045e320b9e556ae8f9b380f0ae4b36b /httpd.c
parentCall process_tags() from msg_note(). (diff)
downloadsnac2-94ef803701d7a7596a5347a8b9af6c586b795c92.tar.gz
snac2-94ef803701d7a7596a5347a8b9af6c586b795c92.tar.xz
snac2-94ef803701d7a7596a5347a8b9af6c586b795c92.zip
Timeline pages are also served.
Diffstat (limited to '')
-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,
80 } 80 }
81 81
82 if (status != 0) 82 if (status != 0)
83 srv_debug(1, xs_fmt("server_get_handler '%s' %d", q_path, status)); 83 srv_debug(1, xs_fmt("server_get_handler serving '%s' %d", q_path, status));
84 84
85 return status; 85 return status;
86} 86}