mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-02 08:13:02 +00:00
Improved logging message
This commit is contained in:
parent
e62f6a9586
commit
48cde643f6
1 changed files with 1 additions and 1 deletions
|
@ -1580,7 +1580,7 @@ function bluesky_get_user_pds(int $uid): string
|
|||
}
|
||||
$did = DI::pConfig()->get($uid, 'bluesky', 'did');
|
||||
if (empty($did)) {
|
||||
Logger::debug('Blubb-1', ['uid' => $uid]);
|
||||
Logger::notice('Empty did for user', ['uid' => $uid]);
|
||||
return '';
|
||||
}
|
||||
$pds = bluesky_get_pds($did);
|
||||
|
|
Loading…
Reference in a new issue