mirror of
https://github.com/mt-mods/biome_lib.git
synced 2025-06-28 22:36:44 +02:00
Compare commits
1 Commits
2021-04-23
...
2021-04-23
Author | SHA1 | Date | |
---|---|---|---|
4e3493a981 |
2
api.lua
2
api.lua
@ -51,7 +51,7 @@ end
|
||||
function biome_lib.dbg(msg, level)
|
||||
local l = tonumber(level) or 0
|
||||
if biome_lib.debug_log_level >= l then
|
||||
print(os.date("%F %H:%M:%S").." [Biome Lib]: "..msg)
|
||||
print(os.date("%Y-%m-%d %H:%M:%S").." [Biome Lib]: "..msg)
|
||||
minetest.log("verbose", "[Biome Lib]: "..msg)
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user