diff options
Diffstat (limited to 'mod/follow.php')
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/follow.php b/mod/follow.php index 48ad66747..f30ecdc92 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -92,6 +92,8 @@ function follow_post(&$a) { if($h) $vcard['photo'] = $h['scheme'] . '://' . $h['host'] . $vcard['photo']; } + + logger('mod_follow: scrape_vcard: ' . print_r($vcard,true), LOGGER_DATA); } if(! $profile) { |