diff options
author | friendica <info@friendica.com> | 2013-01-04 19:47:03 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-04 19:47:03 -0800 |
commit | d14c211341bfb80e1b0941c0307ec560ec8cfef2 (patch) | |
tree | 731d4725c16e8227189a503689c099095e99a387 /include | |
parent | 9695e53a6477b0ffb31f44640d367ad7cb7a1ecb (diff) | |
download | volse-hubzilla-d14c211341bfb80e1b0941c0307ec560ec8cfef2.tar.gz volse-hubzilla-d14c211341bfb80e1b0941c0307ec560ec8cfef2.tar.bz2 volse-hubzilla-d14c211341bfb80e1b0941c0307ec560ec8cfef2.zip |
debugging directory profiles
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 4 insertions, 0 deletions
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; |