From 436b44cb19254552bd4495f4616a8fc6f4a8bea6 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 29 Jun 2014 18:24:34 -0700 Subject: log the offending dir server --- include/dir_fns.php | 2 ++ 1 file changed, 2 insertions(+) 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']); -- cgit v1.2.3