aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Armstrong <jeff@approximatrix.com>2021-05-12 20:57:13 -0400
committerJeffrey Armstrong <jeff@approximatrix.com>2021-05-12 20:57:13 -0400
commit7c4ad319cf21f75b51aae83d025be4cdd07a2a06 (patch)
treeeca0cf8e1d1bbc7b268d8086518c7eb104360f42
parentc5a514ac0d29a58a79a708771fe4b2a16d400031 (diff)
downloadlevitating-7c4ad319cf21f75b51aae83d025be4cdd07a2a06.tar.gz
levitating-7c4ad319cf21f75b51aae83d025be4cdd07a2a06.zip
Added logging of template file full path
-rw-r--r--captain/web.f901
1 files changed, 1 insertions, 0 deletions
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