mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
mod_admin_shell: Remove redundant 'mod_' prefix from debug message
This commit is contained in:
parent
fe2c039c97
commit
7ed9729e52
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue