diff http.c @ 21:21c103c33ac9

pasterd: improve verbosity, closes #2472
author David Demelier <markand@malikania.fr>
date Thu, 06 Feb 2020 20:10:00 +0100
parents 29033b4fe558
children 8d274b012d28
line wrap: on
line diff
--- a/http.c	Thu Feb 06 16:08:26 2020 +0100
+++ b/http.c	Thu Feb 06 20:10:00 2020 +0100
@@ -823,6 +823,8 @@
 {
 	assert(req);
 
+	log_debug("http: accessing page '%s'", req->path);
+
 	if (req->page == PAGE_LAST)
 		page(req, NULL, KHTTP_404, "404.html");
 	else