diff options
Diffstat (limited to 'modules/commands/os_module.cpp')
-rw-r--r-- | modules/commands/os_module.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); |