changeset 38:96008a1953ba

scid: improve page access message
author David Demelier <markand@malikania.fr>
date Sun, 07 Aug 2022 08:41:28 +0200
parents 62aefd02ac59
children 27f039a790f4
files scid/http.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scid/http.c	Sun Aug 07 08:41:06 2022 +0200
+++ b/scid/http.c	Sun Aug 07 08:41:28 2022 +0200
@@ -83,7 +83,7 @@
 {
 	assert(req);
 
-	log_debug("http: accessing page '%s'", req->path);
+	log_debug("http: accessing page '%s'", req->fullpath);
 
 	if (req->page == PAGE_LAST)
 		pageutil_status(req, KHTTP_404);