diff --git a/vmf/scripts/mods/vmf/modules/core/logging.lua b/vmf/scripts/mods/vmf/modules/core/logging.lua index 156b8be..5f4011e 100644 --- a/vmf/scripts/mods/vmf/modules/core/logging.lua +++ b/vmf/scripts/mods/vmf/modules/core/logging.lua @@ -32,7 +32,7 @@ local function safe_format(mod, str, ...) if success then return message else - mod:error("(logging) string.format: " .. tostring(message)) + mod:error("(logging) string.format: %s", message) end end