changeset 2042:731c4ec1ae86 acme-tiny

fix string conversion
author Violet7
date Sun, 09 Nov 2025 02:15:44 -0800
parents cd51e7e31950
children 849ce7f4cfc7
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	Sun Nov 09 01:56:58 2025 -0800
+++ b/src/luan/host/https.luan	Sun Nov 09 02:15:44 2025 -0800
@@ -136,7 +136,7 @@
 					-- that could cause a recursion so it is safe to delete the guard here.
 
 				catch e
-					logger.error("Error setting up ACME: "..tostring(e))
+					logger.error("Error setting up ACME: "..e.to_string())
 				finally
 					if guard_uri and guard_uri.exists() then
 						guard_uri.delete()