From d14c211341bfb80e1b0941c0307ec560ec8cfef2 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Jan 2013 19:47:03 -0800 Subject: debugging directory profiles --- include/zot.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index af5504a19..3c8088df5 100644 --- a/include/zot.php +++ b/include/zot.php @@ -312,6 +312,9 @@ function zot_refresh($them,$channel = null) { } } else { + + logger('zot_refresh: importing profile if available'); + // Are we a directory server of some kind? $dirmode = intval(get_config('system','directory_mode')); if($dirmode != DIRECTORY_MODE_NORMAL) { @@ -997,6 +1000,7 @@ function process_profile_delivery($sender,$arr,$deliveries) { function import_directory_profile($hash,$profile) { + logger('import_directory_profile'); if(! $hash) return; -- cgit v1.2.3