aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/mod_http.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_http.lua b/plugins/mod_http.lua
index 43b328bd..ef951450 100644
--- a/plugins/mod_http.lua
+++ b/plugins/mod_http.lua
@@ -226,7 +226,7 @@ function module.add_host(module)
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