changeset 1843:833096ee8c89 default tip

minor
author Franklin Schmidt <fschmidt@gmail.com>
date Sat, 01 Feb 2025 20:40:41 -0700
parents 22f73129eb4a
children
files src/luan/host/Config.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
diff -r 22f73129eb4a -r 833096ee8c89 src/luan/host/Config.luan
--- a/src/luan/host/Config.luan	Sat Feb 01 16:54:41 2025 -0700
+++ b/src/luan/host/Config.luan	Sat Feb 01 20:40:41 2025 -0700
@@ -21,7 +21,7 @@
 		continue
 	end
 	if config.password ~= password and config.old_password ~= password then
-		logger.warn("wrong password for "..name)
+		logger.error("wrong password for "..name)
 		continue
 	end
 	if site_config == nil then