From 4680a818ead0c7af86f77f58a03bbafb553b6b0c Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Jul 2013 21:54:20 -0700 Subject: improve logging zot_finger --- include/zot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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( -- cgit v1.2.3