plugins/mod_http.lua
changeset 12196 6a772a0c0dfd
parent 12195 8b57362f1176
child 12272 d41e8c7890b0
--- a/plugins/mod_http.lua	Sat Nov 27 12:26:15 2021 +0100
+++ b/plugins/mod_http.lua	Sat Jan 15 17:37:07 2022 +0100
@@ -226,7 +226,7 @@
 		if services:get("https") or services:get("http") then
 			module:log("info", "Serving '%s' at %s", app_name, module:http_url(app_name, app_path));
 		elseif prosody.process_type == "prosody" then
-			module:log("warn", "Not listening on any ports, '%s' will be unreachable", app_name);
+			module:log("error", "Not listening on any ports, '%s' will be unreachable", app_name);
 		end
 	end