aboutsummaryrefslogtreecommitdiffstats
path: root/include/dir_fns.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/dir_fns.php')
-rw-r--r--include/dir_fns.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dir_fns.php b/include/dir_fns.php
index 260fa3f93..2f4830d05 100644
--- a/include/dir_fns.php
+++ b/include/dir_fns.php
@@ -99,6 +99,8 @@ function sync_directories($dirmode) {
if(! $rr['site_directory'])
continue;
+ logger('sync directories: ' . $rr['site_directory']);
+
// for brand new directory servers, only load the last couple of days. Everything before that will be repeats.
$syncdate = (($rr['site_sync'] === '0000-00-00 00:00:00') ? datetime_convert('UTC','UTC','now - 2 days') : $rr['site_sync']);