Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: Improve wording in debug log
Co-authored-by: Kate <[email protected]>
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc and provokateurin committed Nov 24, 2025
commit cc66d203d4535f5d353b18a389a96c93bd118133
2 changes: 1 addition & 1 deletion apps/files_sharing/lib/Controller/ShareAPIController.php
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public function deleteShare(string $id): DataResponse {
} 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)) {
Expand Down
Loading