summaryrefslogtreecommitdiff
path: root/modules/commands/os_reload.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/os_reload.cpp')
-rw-r--r--modules/commands/os_reload.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/commands/os_reload.cpp b/modules/commands/os_reload.cpp
index d3521eef1..0722eaa21 100644
--- a/modules/commands/os_reload.cpp
+++ b/modules/commands/os_reload.cpp
@@ -23,6 +23,8 @@ class CommandOSReload : public Command
{
try
{
+ Log(LOG_ADMIN, source, this);
+
Configuration::Conf *new_config = new Configuration::Conf();
delete Config;
Config = new_config;