diff options
author | Adam <Adam@anope.org> | 2017-02-06 14:23:18 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-02-06 14:23:18 -0500 |
commit | 8b694bc392c36551e428b84454efb81cdbc8bcd3 (patch) | |
tree | ca3d1ca8aadac280c149518134de4208f91dad84 /modules/operserv/reload.cpp | |
parent | 9ad06f49bbb3824139b0c0ee0a74898a18c8f735 (diff) |
Track override in CommandSource and use it in the logger
Diffstat (limited to 'modules/operserv/reload.cpp')
-rw-r--r-- | modules/operserv/reload.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/reload.cpp b/modules/operserv/reload.cpp index fa79cd0d7..9f3503f01 100644 --- a/modules/operserv/reload.cpp +++ b/modules/operserv/reload.cpp @@ -31,7 +31,7 @@ class CommandOSReload : public Command { try { - logger.Command(LogType::ADMIN, source, _("{source} used {command}")); + logger.Admin(source, _("{source} used {command}")); Configuration::Conf *new_config = new Configuration::Conf(); Configuration::Conf *old = Config; |