changeset 2054:9a1b5e292b63 acme-tiny

minor
author Violet7
date Tue, 11 Nov 2025 19:17:01 -0800
parents 55077903f642
children a72cd62f9281
files src/luan/host/https.luan
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/luan/host/https.luan	Tue Nov 11 19:10:04 2025 -0800
+++ b/src/luan/host/https.luan	Tue Nov 11 19:17:01 2025 -0800
@@ -138,7 +138,7 @@
 					-- that could cause a recursion so it is safe to delete the guard here.
 
 				catch e
-					logger.error("Error setting up ACME: "..e.to_string())
+					logger.error("Error setting up ACME: "..e)
 				finally
 					if guard_uri and guard_uri.exists() then
 						guard_uri.delete()