Changeset

13605:74a8006ee7f6

mod_admin_shell: Remove redundant 'mod_' prefix from debug message
author Kim Alvefur <zash@zash.se>
date Wed, 08 Jan 2025 08:41:15 +0100
parents 13604:a4217361c1c6
children 13606:6127b51803bb
files plugins/mod_admin_shell.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)