Skip to content

Commit cc66d20

Browse files
chore: Improve wording in debug log
Co-authored-by: Kate <[email protected]> Signed-off-by: Côme Chilliet <[email protected]>
1 parent a60f949 commit cc66d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_sharing/lib/Controller/ShareAPIController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ public function deleteShare(string $id): DataResponse {
546546
} catch (LockedException $e) {
547547
throw new OCSNotFoundException($this->l->t('Could not delete share'));
548548
} catch (NotFoundException $e) {
549-
$this->logger->debug('File of deleted share was not found, skip locking', ['exception' => $e]);
549+
$this->logger->debug('File of to be deleted share was not found, skip locking', ['exception' => $e]);
550550
}
551551

552552
if (!$this->canAccessShare($share)) {

0 commit comments

Comments
 (0)