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)) {