diff options
Diffstat (limited to 'modules/commands/os_set.cpp')
-rw-r--r-- | modules/commands/os_set.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/os_set.cpp b/modules/commands/os_set.cpp index f30d3723e..b51745aa7 100644 --- a/modules/commands/os_set.cpp +++ b/modules/commands/os_set.cpp @@ -16,7 +16,7 @@ class CommandOSSet : public Command private: void DoList(CommandSource &source) { - Log(LOG_ADMIN, source, this); + Log(LOG_ADMIN, source, this) << "LIST"; Anope::string index; |