From d6e1b92059688c8b59df0eedccfb16781d193591 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 27 Oct 2012 08:12:04 -0400 Subject: Add a module log type --- modules/commands/os_module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/commands/os_module.cpp') diff --git a/modules/commands/os_module.cpp b/modules/commands/os_module.cpp index 1d3c1d30a..e7e0e2c16 100644 --- a/modules/commands/os_module.cpp +++ b/modules/commands/os_module.cpp @@ -141,7 +141,7 @@ class CommandOSModUnLoad : public Command return; } - Log() << "Trying to unload module [" << mname << "]"; + Log(this->owner) << "Trying to unload module [" << mname << "]"; ModuleReturn status = ModuleManager::UnloadModule(m, source.GetUser()); -- cgit