mod_admin_shell: Remove redundant 'mod_' prefix from debug message

This commit is contained in:
Kim Alvefur 2025-01-08 08:41:15 +01:00
parent fe2c039c97
commit 7ed9729e52

View file

@ -2630,7 +2630,7 @@ local function new_item_handlers(command_host)
module = command._provided_by;
};
module:log("debug", "Shell command added by mod_%s: %s:%s()", mod_name, command.section, command.name);
module:log("debug", "Shell command added by %s: %s:%s()", mod_name, command.section, command.name);
end
local function on_command_removed(event)