From 6cdac077a4589f96a103435ebf9ec9d122c5ddcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <91878298+come-nc@users.noreply.github.com> Date: Tue, 18 Nov 2025 11:03:03 +0100 Subject: [PATCH] chore: Improve wording in debug log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> --- apps/files_sharing/lib/Controller/ShareAPIController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_sharing/lib/Controller/ShareAPIController.php b/apps/files_sharing/lib/Controller/ShareAPIController.php index c665653a67b..022e33d6783 100644 --- a/apps/files_sharing/lib/Controller/ShareAPIController.php +++ b/apps/files_sharing/lib/Controller/ShareAPIController.php @@ -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)) {