Apply error log level to bug reports (#13)

This commit is contained in:
debagos 2024-01-12 20:36:11 +01:00 committed by GitHub
parent 53f062ab72
commit 96c73e14d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ end
function ts_doors.register_door(item, description, texture, sounds, recipe)
if not minetest.registered_nodes[item] then
minetest.log("[ts_doors] bug found: "..item.." is not a registered node. Cannot create doors")
minetest.log("error", "[ts_doors] Bug found: "..item.." is not a registered node. Can not create doors.")
return
end
if not sounds then