mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
Added logging
This commit is contained in:
parent
94b7c1fc77
commit
3e21b035b7
2 changed files with 2 additions and 0 deletions
|
@ -74,6 +74,7 @@ class Salmon
|
|||
}
|
||||
} elseif (Strings::normaliseLink($ret[$x]) == 'http://') {
|
||||
$ret[$x] = DI::httpClient()->fetch($ret[$x], 0, HttpClient::ACCEPT_DEFAULT);
|
||||
Logger::debug('Fetched public key', ['url' => $ret[$x]]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue