mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
parent
97ddc1c9e1
commit
6cdac077a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue