diff options
author | friendica <info@friendica.com> | 2013-07-21 21:54:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-21 21:54:20 -0700 |
commit | 4680a818ead0c7af86f77f58a03bbafb553b6b0c (patch) | |
tree | 546ec13dececca188eb3311c8b4473b5c3343747 /include/zot.php | |
parent | 8aadb9ec3c838eba37b8b71610a1e70bc7fef74d (diff) | |
download | volse-hubzilla-4680a818ead0c7af86f77f58a03bbafb553b6b0c.tar.gz volse-hubzilla-4680a818ead0c7af86f77f58a03bbafb553b6b0c.tar.bz2 volse-hubzilla-4680a818ead0c7af86f77f58a03bbafb553b6b0c.zip |
improve logging zot_finger
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 269982487..b89992a42 100644 --- a/include/zot.php +++ b/include/zot.php @@ -181,7 +181,7 @@ function zot_finger($webbie,$channel) { $rhs = '/.well-known/zot-info'; $https = ((strpos($url,'https://') === 0) ? true : false); - logger('zot_finger: ' . $url, LOGGER_DEBUG); + logger('zot_finger: ' . $address . ' at ' . $url, LOGGER_DEBUG); if($channel) { $postvars = array( |