From 8384563085d187534e2240325c648d1ce91ba8bc Mon Sep 17 00:00:00 2001 From: cheapie Date: Wed, 15 Apr 2020 15:32:26 -0500 Subject: Downgrade no-HTTP message to warning --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 90d8ea0..bcc7b40 100644 --- a/init.lua +++ b/init.lua @@ -24,8 +24,8 @@ end local http = minetest.request_http_api() if not http then - minetest.log("error","digistuff is not allowed to use the HTTP API - digilines NIC will not be available!") - minetest.log("error","If this functionality is desired, please add digistuff to your secure.http_mods setting") + minetest.log("warning","digistuff is not allowed to use the HTTP API - digilines NIC will not be available!") + minetest.log("warning","If this functionality is desired, please add digistuff to your secure.http_mods setting") else loadfile(string.format("%s%s%s.lua",minetest.get_modpath(minetest.get_current_modname()),DIR_DELIM,"nic"))(http) end -- cgit v1.2.3