From 7c4ad319cf21f75b51aae83d025be4cdd07a2a06 Mon Sep 17 00:00:00 2001 From: Jeffrey Armstrong Date: Wed, 12 May 2021 20:57:13 -0400 Subject: Added logging of template file full path --- captain/web.f90 | 1 + 1 file changed, 1 insertion(+) diff --git a/captain/web.f90 b/captain/web.f90 index 66718b5..c76e053 100644 --- a/captain/web.f90 +++ b/captain/web.f90 @@ -560,6 +560,7 @@ contains character(128)::job_page_title call template_filepath("index.html", template_file) + call write_log("Template base path is: "//trim(template_file), LOG_DEBUG) call page%init(trim(template_file)) ! Initialize with success -- cgit v1.2.3