summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2022-09-27 10:51:50 +0200
committerdefault <nobody@localhost>2022-09-27 10:51:57 +0200
commit4f3b70d9979b22cfc1a789b14602a12ee5c896c7 (patch)
tree289541acdb3fa7b38783a2e3ce9f10047ea05e05 /httpd.c
parent25258ed379a16a72778ed45cca2a297483d002e6 (diff)
More work in not_really_markdown().
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/httpd.c b/httpd.c
index 3746a7f..5b26122 100644
--- a/httpd.c
+++ b/httpd.c
@@ -79,6 +79,9 @@ int server_get_handler(d_char *req, char *q_path,
*ctype = "image/png";
}
+ if (status != 0)
+ srv_debug(1, xs_fmt("server_get_handler '%s' %d", q_path, status));
+
return status;
}