summaryrefslogtreecommitdiff
path: root/modules/operserv/defcon.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/operserv/defcon.cpp')
-rw-r--r--modules/operserv/defcon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/operserv/defcon.cpp b/modules/operserv/defcon.cpp
index 3f24b2b63..ba4e213ef 100644
--- a/modules/operserv/defcon.cpp
+++ b/modules/operserv/defcon.cpp
@@ -225,7 +225,7 @@ class CommandOSDefcon : public Command
source.Reply(_("Services are now at defcon \002{0}\002."), DConfig.defaultlevel);
this->SendLevels(source);
- logger.Command(LogType::ADMIN, source, _("{source} used {command} to change defcon level to {0}"), newLevel);
+ logger.Admin(source, _("{source} used {command} to change defcon level to {0}"), newLevel);
/* Global notice the user what is happening. Also any Message that
the Admin would like to add. Set in config file. */