diff options
author | friendica <info@friendica.com> | 2014-06-29 18:24:34 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-06-29 18:24:34 -0700 |
commit | 436b44cb19254552bd4495f4616a8fc6f4a8bea6 (patch) | |
tree | e8d35abf0b4d4484a0028fb184f87d7218f21176 /include | |
parent | a1b8e5b4452e7c50cc1bcf67a145b1d848fd3250 (diff) | |
download | volse-hubzilla-436b44cb19254552bd4495f4616a8fc6f4a8bea6.tar.gz volse-hubzilla-436b44cb19254552bd4495f4616a8fc6f4a8bea6.tar.bz2 volse-hubzilla-436b44cb19254552bd4495f4616a8fc6f4a8bea6.zip |
log the offending dir server
Diffstat (limited to 'include')
-rw-r--r-- | include/dir_fns.php | 2 |
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']); |