aboutsummaryrefslogtreecommitdiffstats
path: root/include/directory.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/directory.php')
-rw-r--r--include/directory.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/directory.php b/include/directory.php
index d1862cb57..b0b975358 100644
--- a/include/directory.php
+++ b/include/directory.php
@@ -12,6 +12,8 @@ function directory_run($argv, $argc){
if($argc != 2)
return;
+ logger('directory update', LOGGER_DEBUG);
+
$dirmode = get_config('system','directory_mode');
if($dirmode === false)
$dirmode = DIRECTORY_MODE_NORMAL;