diff options
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( |