chore: Improve wording in debug log

Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com>
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
This commit is contained in:
Côme Chilliet 2025-11-18 11:03:03 +01:00 committed by backportbot[bot]
parent 97ddc1c9e1
commit 6cdac077a4

View file

@ -544,7 +544,7 @@ class ShareAPIController extends OCSController {
} catch (LockedException $e) {
throw new OCSNotFoundException($this->l->t('Could not delete share'));
} catch (NotFoundException $e) {
$this->logger->debug('File of deleted share was not found, skip locking', ['exception' => $e]);
$this->logger->debug('File of to be deleted share was not found, skip locking', ['exception' => $e]);
}
if (!$this->canAccessShare($share)) {