diff plugins/mod_http_files.lua @ 12600:3d3a0c4e2662

Merge 0.12->trunk
author Kim Alvefur <zash@zash.se>
date Fri, 29 Jul 2022 17:10:31 +0200
parents ba05f7e5f2a2
children 74b9e05af71e
line wrap: on
line diff
--- a/plugins/mod_http_files.lua	Wed Jul 27 00:32:04 2022 +0200
+++ b/plugins/mod_http_files.lua	Fri Jul 29 17:10:31 2022 +0200
@@ -74,8 +74,7 @@
 	if opts.index_files == nil then
 		opts.index_files = dir_indices;
 	end
-	-- TODO Crank up to warning
-	module:log("debug", "%s should be updated to use 'net.http.files' instead of mod_http_files", get_calling_module());
+	module:log("warn", "%s should be updated to use 'net.http.files' instead of mod_http_files", get_calling_module());
 	return fileserver.serve(opts);
 end