From 4f3b70d9979b22cfc1a789b14602a12ee5c896c7 Mon Sep 17 00:00:00 2001 From: default Date: Tue, 27 Sep 2022 10:51:50 +0200 Subject: More work in not_really_markdown(). --- httpd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'httpd.c') 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; } -- cgit v1.2.3