Diff

plugins/mod_admin_shell.lua @ 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
parent 13603:6e5124f72e9a
child 13625:ff13dd315e68
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)