# HG changeset patch # User Kim Alvefur # Date 1736322075 -3600 # Node ID 74a8006ee7f6e3e2e47722d5f4c0222954566583 # Parent a4217361c1c6ee172b8207e3631165d0008a4c43 mod_admin_shell: Remove redundant 'mod_' prefix from debug message diff -r a4217361c1c6 -r 74a8006ee7f6 plugins/mod_admin_shell.lua --- a/plugins/mod_admin_shell.lua Wed Jan 08 08:33:34 2025 +0100 +++ b/plugins/mod_admin_shell.lua Wed Jan 08 08:41:15 2025 +0100 @@ -2630,7 +2630,7 @@ 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)